Finish setting up the project. Moving to implementation
This commit is contained in:
7
src/routes/showroom/+page.svelte
Normal file
7
src/routes/showroom/+page.svelte
Normal file
@@ -0,0 +1,7 @@
|
||||
<script>
|
||||
import Button from "components/Button.svelte";
|
||||
</script>
|
||||
|
||||
<Button>
|
||||
Button
|
||||
</Button>
|
||||
Reference in New Issue
Block a user