feat(svelte): add SvelteFlowProvider and useSvelteFlow hook
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
|
||||
const routes = [
|
||||
'overview',
|
||||
'stress'
|
||||
'stress',
|
||||
'usesvelteflow'
|
||||
];
|
||||
|
||||
const onChange = (event: Event) => {
|
||||
|
||||
Reference in New Issue
Block a user