Init commit

This commit is contained in:
Roman Krček
2025-07-17 14:41:19 +02:00
commit 9f4b3a3804
19 changed files with 2848 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<script lang="ts">
import '../app.css';
let { children } = $props();
</script>
{@render children()}