blob: a69efc4fbb107222a586844b29fd2baf14fa6ff7 (
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>
|