build: incorporate sveltekit/vite

This commit is contained in:
metonym 2021-09-01 12:26:28 -07:00
commit 0be42a4b66
10 changed files with 237 additions and 5211 deletions

View file

@ -0,0 +1,5 @@
<script>
// import "../../css/"
</script>
<slot />

5
app/routes/index.svelte Normal file
View file

@ -0,0 +1,5 @@
<script>
import { Button } from "../../src";
</script>
<Button>Hello</Button>