Rename docs component files to remove underscores
No longer needed with modern Kit filename conventions
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Listbox
|
||||
|
||||
<script>
|
||||
import Preview from "../_Preview.svelte";
|
||||
import Preview from "../Preview.svelte";
|
||||
</script>
|
||||
|
||||
<Preview url="examples/listbox" code="" class="h-[410px] bg-orange-300"/>
|
||||
|
||||
Reference in New Issue
Block a user