chore: basic control template

This commit is contained in:
2025-08-20 20:26:19 +02:00
parent 08e41038ab
commit 1db58abcb6
24 changed files with 2044 additions and 0 deletions
@@ -0,0 +1,7 @@
<script lang="ts">
import '../app.css';
let { children } = $props();
</script>
{@render children()}
+1
View File
@@ -0,0 +1 @@
export const prerender = true;
+2
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>