svelte-migrate: updated files

This commit is contained in:
Ryan Gossiaux
2023-06-14 13:29:30 -07:00
parent a817635996
commit 5c3504cb42
30 changed files with 41 additions and 47 deletions

View File

@@ -1,7 +1,7 @@
# Popover
<script>
import Preview from "./_Preview.svelte";
import Preview from "../_Preview.svelte";
</script>
<Preview url="examples/popover" code="" class="h-[520px] bg-orange-500"/>