2022-01-12 16:22:37 +01:00

10 lines
234 B
Svelte

<script>
import Main from "./_Main.svelte";
</script>
<main class="w-full h-full">
<h1>Welcome to SvelteKit</h1>
<p>Visit <a href="https://kit.svelte.dev">kit.svelte.dev</a> to read the documentation</p>
<Main/>
</main>