Rename workspaceStateStore to workspaceStore (#1374)

This commit is contained in:
Chenlei Hu
2024-10-30 09:49:23 -04:00
committed by GitHub
parent 324eff93fd
commit 97c38583e9
11 changed files with 10 additions and 10 deletions

View File

@@ -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