Skip to content

Commit 75e6e4f

Browse files
committed
Fix config
1 parent 963f1d5 commit 75e6e4f

File tree

1 file changed

+1
-2
lines changed
  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/diff-controls

1 file changed

+1
-2
lines changed

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/diff-controls/diff-controls.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ import clsx from 'clsx'
44
import { useRegisterGlobalCommands } from '@/app/workspace/[workspaceId]/providers/global-commands-provider'
55
import { createCommand } from '@/app/workspace/[workspaceId]/utils/commands-utils'
66
import { usePreventZoom } from '@/app/workspace/[workspaceId]/w/[workflowId]/hooks'
7-
import { useCopilotStore } from '@/stores/panel'
8-
import { usePanelStore } from '@/stores/panel'
7+
import { useCopilotStore, usePanelStore } from '@/stores/panel'
98
import { useTerminalStore } from '@/stores/terminal'
109
import { useWorkflowDiffStore } from '@/stores/workflow-diff'
1110
import { useWorkflowRegistry } from '@/stores/workflows/registry/store'

0 commit comments

Comments
 (0)