Skip to content

Commit 2ea7b05

Browse files
committed
lint
1 parent af3e12d commit 2ea7b05

File tree

1 file changed

+2
-2
lines changed
  • apps/sim/stores/workflows/registry

1 file changed

+2
-2
lines changed

apps/sim/stores/workflows/registry/store.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ import { create } from 'zustand'
33
import { devtools } from 'zustand/middleware'
44
import { DEFAULT_DUPLICATE_OFFSET } from '@/lib/workflows/autolayout/constants'
55
import { getQueryClient } from '@/app/_shell/providers/get-query-client'
6+
import type { WorkflowDeploymentInfo } from '@/hooks/queries/deployments'
7+
import { deploymentKeys } from '@/hooks/queries/deployments'
68
import { invalidateWorkflowLists } from '@/hooks/queries/utils/invalidate-workflow-lists'
79
import { useVariablesStore } from '@/stores/panel/variables/store'
810
import type { Variable } from '@/stores/panel/variables/types'
9-
import type { WorkflowDeploymentInfo } from '@/hooks/queries/deployments'
10-
import { deploymentKeys } from '@/hooks/queries/deployments'
1111
import type { HydrationState, WorkflowRegistry } from '@/stores/workflows/registry/types'
1212
import { useSubBlockStore } from '@/stores/workflows/subblock/store'
1313
import { getUniqueBlockName, regenerateBlockIds } from '@/stores/workflows/utils'

0 commit comments

Comments
 (0)