Start work

This commit is contained in:
venashial
2022-03-09 21:27:53 -08:00
parent 139e57f1eb
commit d1babe27ec
23 changed files with 2773 additions and 44 deletions

View File

@@ -1,2 +1,6 @@
<h1>Welcome to SvelteKit</h1>
<p>Visit <a href="https://kit.svelte.dev">kit.svelte.dev</a> to read the documentation</p>
<script lang="ts">
import Button from "$lib/components/elements/buttons/Button.svelte"
</script>
<h1>Docs...</h1>
<Button>Button</Button>