aboutsummaryrefslogtreecommitdiffstats
path: root/website/src/routes/+page.svelte
blob: a9c8dd0b9555731b701ed26d8949025bfba72d84 (plain)
1
2
3
4
5
6
<script lang="ts">
    import { profileSchema } from "$lib/schemas/profile";

</script>
<h1>Welcome to SvelteKit</h1>
<p>Visit <a href="https://svelte.dev/docs/kit">svelte.dev/docs/kit</a> to read the documentation</p>