refactor(svelte/react): cleanup exports
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<script lang="ts">
|
||||
import { writable } from 'svelte/store';
|
||||
import SvelteFlow, { Controls, Background, BackgroundVariant, MiniMap } from '../../lib/index';
|
||||
import { SvelteFlow, Controls, Background, BackgroundVariant, MiniMap } from '../../lib/index';
|
||||
|
||||
import Sidebar from './Sidebar.svelte';
|
||||
|
||||
const nodes = writable([
|
||||
|
||||
Reference in New Issue
Block a user