add more script builer exit options

This commit is contained in:
Ruben Fiszel
2023-04-17 09:13:57 +02:00
parent aec5ce40e4
commit 7b482593ee
@@ -20,7 +20,6 @@
import type { FlowEditorContext } from './flows/types'
import { cleanInputs } from './flows/utils'
import { Pen } from 'lucide-svelte'
import Kbd from './common/kbd/Kbd.svelte'
export let initialPath: string = ''
export let selectedId: string | undefined