File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/diff-controls Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ import clsx from 'clsx'
44import { useRegisterGlobalCommands } from '@/app/workspace/[workspaceId]/providers/global-commands-provider'
55import { createCommand } from '@/app/workspace/[workspaceId]/utils/commands-utils'
66import { 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'
98import { useTerminalStore } from '@/stores/terminal'
109import { useWorkflowDiffStore } from '@/stores/workflow-diff'
1110import { useWorkflowRegistry } from '@/stores/workflows/registry/store'
You can’t perform that action at this time.
0 commit comments