Lint
This commit is contained in:
parent
a459965e75
commit
659a01dd82
|
@ -23,7 +23,6 @@ import {
|
|||
getComponentSettings,
|
||||
makeComponentUnique,
|
||||
findComponentPath,
|
||||
findComponentType,
|
||||
} from "../componentUtils"
|
||||
import { Helpers } from "@budibase/bbui"
|
||||
import { Utils } from "@budibase/frontend-core"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue