Initial commit

This commit is contained in:
Esa Kataja
2024-11-15 16:54:41 +02:00
commit d902ac6b6a
20 changed files with 3382 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
<script lang="ts">
import '../app.css';
let { children } = $props();
</script>
{@render children()}