This commit is contained in:
2025-03-12 18:29:56 -04:00
commit 46d93a62a1
23 changed files with 4417 additions and 0 deletions

View File

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

View File

@ -0,0 +1,2 @@
export const prerender = true;
export const ssr = false;

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>