Rename docs component files to remove underscores

No longer needed with modern Kit filename conventions
This commit is contained in:
Ryan Gossiaux
2023-06-14 18:18:54 -07:00
parent b106f7fc6e
commit c16bce911a
30 changed files with 28 additions and 28 deletions

View File

@@ -1,7 +1,7 @@
# Menu
<script>
import Preview from "../_Preview.svelte";
import Preview from "../Preview.svelte";
</script>
<Preview url="examples/menu" code="" class="h-[410px] bg-violet-300"/>