separate noteManager into editor and render

This commit is contained in:
Guilhem
2025-11-11 15:36:16 +01:00
parent 84e39e7236
commit b21befb5ad
+1 -1
View File
@@ -1,4 +1,4 @@
import type { FlowNote, Job, OpenFlow } from '$lib/gen'
import type { Job, OpenFlow } from '$lib/gen'
import type { History } from '$lib/history.svelte'
import type { Writable } from 'svelte/store'
import type ScriptEditorDrawer from './content/ScriptEditorDrawer.svelte'