hotfix
This commit is contained in:
parent
31d4bce2e0
commit
b677ffedd5
|
@ -1,7 +1,7 @@
|
||||||
<script>
|
<script>
|
||||||
import { Input } from "../Input"
|
import Input from "../Form/Input.svelte"
|
||||||
import { Icon } from "../Icon"
|
import Icon from "../Icon/Icon.svelte"
|
||||||
import { notifications } from "../Notification"
|
import { notifications } from "../Stores/notifications"
|
||||||
|
|
||||||
export let label = null
|
export let label = null
|
||||||
export let value
|
export let value
|
||||||
|
|
Loading…
Reference in New Issue