fix build

This commit is contained in:
Peter Clement 2021-09-15 13:58:15 +01:00
parent f75f0fc1d4
commit 294c05e6f0
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
StatusLight,
} from "@budibase/bbui"
import AutomationBlockSetup from "../../SetupPanel/AutomationBlockSetup.svelte"
import CreateWebhookModal from "components/automation/shared/CreateWebhookModal.svelte"
import CreateWebhookModal from "components/automation/Shared/CreateWebhookModal.svelte"
import ResultsModal from "./ResultsModal.svelte"
import ActionModal from "./ActionModal.svelte"
import { database } from "stores/backend"