1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00
This commit is contained in:
Dean 2024-01-05 12:29:54 +00:00
parent a459965e75
commit 659a01dd82
2 changed files with 1 additions and 3 deletions

View file

@ -23,7 +23,6 @@ import {
getComponentSettings,
makeComponentUnique,
findComponentPath,
findComponentType,
} from "../componentUtils"
import { Helpers } from "@budibase/bbui"
import { Utils } from "@budibase/frontend-core"

View file

@ -1,9 +1,8 @@
<script>
import { getContext, setContext, onDestroy } from "svelte"
import { dataSourceStore, createContextStore } from "stores"
import { ActionTypes } from "constants"
import { ActionTypes, ContextScopes } from "constants"
import { generate } from "shortid"
import { ContextScopes } from "constants"
export let data
export let actions