Initial commit

This commit is contained in:
Bogdan
2026-06-15 09:41:14 +03:00
commit 5f389bee0f
105 changed files with 11511 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<script lang="ts">
import '../app.css';
const { children } = $props();
</script>
{@render children()}