fix: inner modal

This commit is contained in:
Arman
2022-11-02 14:50:10 +01:00
parent 4f622d2b55
commit 7ee39005e7
+1 -1
View File
@@ -1,5 +1,5 @@
<script>
import FormItem from '$lib/elements/forms/formItem.svelte';
import { FormItem } from '$lib/elements/forms';
export let show = false;
</script>