updating imports
This commit is contained in:
parent
272081a31f
commit
31d4bce2e0
|
@ -1,5 +1,7 @@
|
||||||
<script>
|
<script>
|
||||||
import { Input, Icon, notifications } from "@budibase/bbui"
|
import { Input } from "../Input"
|
||||||
|
import { Icon } from "../Icon"
|
||||||
|
import { notifications } from "../Notification"
|
||||||
|
|
||||||
export let label = null
|
export let label = null
|
||||||
export let value
|
export let value
|
||||||
|
|
Loading…
Reference in New Issue