path fix
This commit is contained in:
parent
ba38385d72
commit
1bb06ccdef
|
@ -2,7 +2,7 @@
|
|||
import { onMount } from "svelte"
|
||||
import { workflowStore, backendUiStore } from "builderStore"
|
||||
import { notifier } from "@beyonk/svelte-notifications"
|
||||
import Flowchart from "./flowchart/Flowchart.svelte"
|
||||
import Flowchart from "./flowchart/FlowChart.svelte"
|
||||
import api from "builderStore/api"
|
||||
|
||||
let selectedWorkflow
|
||||
|
|
Loading…
Reference in New Issue