Finish setting up the project. Moving to implementation

This commit is contained in:
Antoine Phan
2025-03-06 20:49:55 -05:00
parent 9034e2d5db
commit af7a911ef6
24 changed files with 87 additions and 33 deletions

View File

@@ -0,0 +1,7 @@
<script>
import Button from "components/Button.svelte";
</script>
<Button>
Button
</Button>