Skip to content

Commit ce3737b

Browse files
Bill Leoutsakoscursoragent
authored andcommitted
fix(lint): organize imports in terminal console store
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 2664d92 commit ce3737b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • apps/sim/stores/terminal/console

apps/sim/stores/terminal/console/store.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ import { generateId } from '@sim/utils/id'
44
import { create } from 'zustand'
55
import { devtools } from 'zustand/middleware'
66
import { useShallow } from 'zustand/react/shallow'
7-
import { redactApiKeys } from '@/lib/core/security/redaction'
8-
import { sendMothershipMessage } from '@/lib/mothership/events'
9-
import { getQueryClient } from '@/app/_shell/providers/query-provider'
107
import type {
118
AgentStreamToolCall,
129
AgentStreamToolStatus,
1310
} from '@/components/agent-stream/agent-stream-chrome'
11+
import { redactApiKeys } from '@/lib/core/security/redaction'
12+
import { sendMothershipMessage } from '@/lib/mothership/events'
13+
import { getQueryClient } from '@/app/_shell/providers/query-provider'
1414
import type { NormalizedBlockOutput } from '@/executor/types'
1515
import { type GeneralSettings, generalSettingsKeys } from '@/hooks/queries/general-settings'
1616
import { useExecutionStore } from '@/stores/execution'

0 commit comments

Comments
 (0)