svelte boilerplate

This commit is contained in:
2021-08-06 20:40:42 +02:00
parent c11ad68acd
commit 27430e4b2e
5 changed files with 137 additions and 5 deletions

12
src/ui/App.svelte Normal file
View File

@@ -0,0 +1,12 @@
<script lang="ts">
</script>
<h1>
Hello, world!
</h1>
<style>
h1 {
color: red;
}
</style>