1
0
Fork 0
mirror of synced 2024-09-18 18:28:33 +12:00

Be more explicit with imports to avoid circular dependencies

This commit is contained in:
Andrew Kingston 2022-06-30 19:31:06 +01:00
parent 39df006099
commit 4940d71145

View file

@ -1,5 +1,7 @@
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"
export const API = createAPIClient({