This commit is contained in:
Martin McKeaveney 2020-06-01 21:40:02 +01:00
parent ba38385d72
commit 1bb06ccdef
1 changed files with 1 additions and 1 deletions

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