mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 18:52:19 +00:00
Rename workspaceStateStore to workspaceStore (#1374)
This commit is contained in:
@@ -19,7 +19,7 @@ import { useWorkflowStore } from './workflowStore'
|
||||
import { type KeybindingImpl, useKeybindingStore } from './keybindingStore'
|
||||
import { useBottomPanelStore } from './workspace/bottomPanelStore'
|
||||
import { LGraphNode } from '@comfyorg/litegraph'
|
||||
import { useWorkspaceStore } from './workspaceStateStore'
|
||||
import { useWorkspaceStore } from './workspaceStore'
|
||||
|
||||
export interface ComfyCommand {
|
||||
id: string
|
||||
|
||||
Reference in New Issue
Block a user