1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +12:00

Fix BBUI imports

This commit is contained in:
Andrew Kingston 2024-03-07 08:40:41 +00:00
parent d4a657bbfe
commit 84a5004544

View file

@ -57,11 +57,12 @@
</script>
<script>
import Portal from "svelte-portal"
import Button from "../Button/Button.svelte"
import Icon from "../Icon/Icon.svelte"
import ActionButton from "../ActionButton/ActionButton.svelte"
import Portal from "svelte-portal"
import { setContext, createEventDispatcher, onDestroy } from "svelte"
import { generate } from "shortid"
import { Icon, ActionButton } from "@budibase/bbui"
export let title
export let forceModal = false