1
0
Fork 0
mirror of synced 2024-09-30 17:18:14 +13:00
This commit is contained in:
Martin McKeaveney 2020-06-01 21:40:02 +01:00
parent ba38385d72
commit 1bb06ccdef

View file

@ -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