1
0
Fork 0
mirror of synced 2024-06-02 02:25:17 +12:00

Fix missing import of automationStore

This commit is contained in:
Andrew Kingston 2021-04-07 11:33:14 +01:00
parent 48918a17f5
commit a027399d57

View file

@ -1,6 +1,7 @@
<script>
import { goto } from "@roxi/routify"
import { database } from "stores/backend"
import { automationStore } from "builderStore"
import { notifier } from "builderStore/store/notifications"
import { Input, ModalContent } from "@budibase/bbui"
import analytics from "analytics"