File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/sim/stores/workflows/registry Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ import { create } from 'zustand'
33import { devtools } from 'zustand/middleware'
44import { DEFAULT_DUPLICATE_OFFSET } from '@/lib/workflows/autolayout/constants'
55import { getQueryClient } from '@/app/_shell/providers/get-query-client'
6+ import type { WorkflowDeploymentInfo } from '@/hooks/queries/deployments'
7+ import { deploymentKeys } from '@/hooks/queries/deployments'
68import { invalidateWorkflowLists } from '@/hooks/queries/utils/invalidate-workflow-lists'
79import { useVariablesStore } from '@/stores/panel/variables/store'
810import type { Variable } from '@/stores/panel/variables/types'
9- import type { WorkflowDeploymentInfo } from '@/hooks/queries/deployments'
10- import { deploymentKeys } from '@/hooks/queries/deployments'
1111import type { HydrationState , WorkflowRegistry } from '@/stores/workflows/registry/types'
1212import { useSubBlockStore } from '@/stores/workflows/subblock/store'
1313import { getUniqueBlockName , regenerateBlockIds } from '@/stores/workflows/utils'
You can’t perform that action at this time.
0 commit comments