Update import

This commit is contained in:
Andrew Kingston 2025-01-16 10:52:13 +00:00
parent 28cdfe0548
commit fa01802127
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import { screenStore } from "./screens"
import { builderStore } from "./builder"
import Router from "../components/Router.svelte"
import * as AppComponents from "../components/app/index.js"
import { ScreenslotID, ScreenslotType } from "../constants.js"
import { ScreenslotID, ScreenslotType } from "../constants"
export const BudibasePrefix = "@budibase/standard-components/"