remove backendUiStore imports
This commit is contained in:
parent
3cd67b0237
commit
3b6d0a4035
|
@ -10,7 +10,7 @@
|
|||
import api, { get } from "builderStore/api"
|
||||
import Form from "@svelteschool/svelte-forms"
|
||||
import Spinner from "components/common/Spinner.svelte"
|
||||
import { API, Info, User } from "./Steps"
|
||||
import { Info, User } from "./Steps"
|
||||
import Indicator from "./Indicator.svelte"
|
||||
import { Button } from "@budibase/bbui"
|
||||
import { goto } from "@sveltech/routify"
|
||||
|
@ -24,8 +24,6 @@
|
|||
|
||||
export let template
|
||||
|
||||
let lastApiKey
|
||||
let fetchApiKeyPromise
|
||||
|
||||
const infoValidation = {
|
||||
applicationName: string().required("Your application must have a name."),
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<script>
|
||||
import { store, automationStore, backendUiStore } from "builderStore"
|
||||
import { store, automationStore } from "builderStore"
|
||||
import { roles } from 'builderStore/store/backend/'
|
||||
import { Button } from "@budibase/bbui"
|
||||
import SettingsLink from "components/settings/Link.svelte"
|
||||
|
|
Loading…
Reference in New Issue