This commit is contained in:
Mateus Badan de Pieri 2023-03-01 10:48:24 +00:00
parent 31d4bce2e0
commit b677ffedd5
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<script>
import { Input } from "../Input"
import { Icon } from "../Icon"
import { notifications } from "../Notification"
import Input from "../Form/Input.svelte"
import Icon from "../Icon/Icon.svelte"
import { notifications } from "../Stores/notifications"
export let label = null
export let value