Lint
This commit is contained in:
parent
a459965e75
commit
659a01dd82
|
@ -23,7 +23,6 @@ import {
|
||||||
getComponentSettings,
|
getComponentSettings,
|
||||||
makeComponentUnique,
|
makeComponentUnique,
|
||||||
findComponentPath,
|
findComponentPath,
|
||||||
findComponentType,
|
|
||||||
} from "../componentUtils"
|
} from "../componentUtils"
|
||||||
import { Helpers } from "@budibase/bbui"
|
import { Helpers } from "@budibase/bbui"
|
||||||
import { Utils } from "@budibase/frontend-core"
|
import { Utils } from "@budibase/frontend-core"
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
<script>
|
<script>
|
||||||
import { getContext, setContext, onDestroy } from "svelte"
|
import { getContext, setContext, onDestroy } from "svelte"
|
||||||
import { dataSourceStore, createContextStore } from "stores"
|
import { dataSourceStore, createContextStore } from "stores"
|
||||||
import { ActionTypes } from "constants"
|
import { ActionTypes, ContextScopes } from "constants"
|
||||||
import { generate } from "shortid"
|
import { generate } from "shortid"
|
||||||
import { ContextScopes } from "constants"
|
|
||||||
|
|
||||||
export let data
|
export let data
|
||||||
export let actions
|
export let actions
|
||||||
|
|
Loading…
Reference in New Issue