1
0
Fork 0
mirror of synced 2024-10-06 04:54:52 +13:00

Fix icon import

This commit is contained in:
Andrew Kingston 2022-08-17 15:01:38 +01:00
parent 536dc56946
commit f7286e1597

View file

@ -1,6 +1,6 @@
<script>
import { createEventDispatcher, getContext } from "svelte"
import { Icon } from "@budibase/bbui"
import Icon from "../Icon/Icon.svelte"
const dispatch = createEventDispatcher()
const actionMenu = getContext("actionMenu")