Rename docs component files to remove underscores
No longer needed with modern Kit filename conventions
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user