feat(svelte): add controls

This commit is contained in:
moklick
2023-02-19 17:29:29 +01:00
parent ba592ceea6
commit 90ac61a6bd
12 changed files with 239 additions and 6 deletions
+1
View File
@@ -1,3 +1,4 @@
import SvelteFlow from '$lib/container/SvelteFlow.svelte';
export { default as Controls } from '$lib/plugins/Controls/index.svelte';
export default SvelteFlow;