Initial commit

This commit is contained in:
Roman Krček
2025-05-17 11:24:30 +02:00
commit 3c6ea4e0c5
17 changed files with 2563 additions and 0 deletions

View File

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

2
src/routes/+page.svelte Normal file
View File

@@ -0,0 +1,2 @@
<h1>Welcome to SvelteKit</h1>
<p>Visit <a href="https://svelte.dev/docs/kit">svelte.dev/docs/kit</a> to read the documentation</p>