Be more explicit with imports to avoid circular dependencies
This commit is contained in:
parent
39df006099
commit
4940d71145
|
@ -1,5 +1,7 @@
|
||||||
import { createAPIClient } from "@budibase/frontend-core"
|
import { createAPIClient } from "@budibase/frontend-core"
|
||||||
import { notificationStore, authStore, devToolsStore } from "../stores"
|
import { notificationStore } from "../stores/notification.js"
|
||||||
|
import { authStore } from "../stores/auth.js"
|
||||||
|
import { devToolsStore } from "../stores/devTools.js"
|
||||||
import { get } from "svelte/store"
|
import { get } from "svelte/store"
|
||||||
|
|
||||||
export const API = createAPIClient({
|
export const API = createAPIClient({
|
||||||
|
|
Loading…
Reference in New Issue