Fix app storage

This commit is contained in:
space-nuko
2023-04-28 16:57:42 -07:00
parent 234c280959
commit 079f411a04
5 changed files with 10 additions and 24 deletions

View File

@@ -1,7 +1,9 @@
import { writable } from 'svelte/store';
import type { Readable, Writable } from 'svelte/store';
import type ComfyApp from "$lib/components/ComfyApp"
export type UIState = {
app: ComfyApp,
nodesLocked: boolean,
graphLocked: boolean,
unlocked: boolean,