aboutsummaryrefslogtreecommitdiffstats
path: root/website/src/routes/+page.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'website/src/routes/+page.svelte')
-rw-r--r--website/src/routes/+page.svelte4
1 files changed, 2 insertions, 2 deletions
diff --git a/website/src/routes/+page.svelte b/website/src/routes/+page.svelte
index a9c8dd0..a69efc4 100644
--- a/website/src/routes/+page.svelte
+++ b/website/src/routes/+page.svelte
@@ -1,6 +1,6 @@
<script lang="ts">
- import { profileSchema } from "$lib/schemas/profile";
-
+ 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>