diff --git a/app/src/routes/+layout.svelte b/app/src/routes/+layout.svelte
index 00bc8e3..82a1080 100644
--- a/app/src/routes/+layout.svelte
+++ b/app/src/routes/+layout.svelte
@@ -2,14 +2,9 @@
import '../app.css';
import { i18n } from '$lib/i18n';
import { ParaglideJS } from '@inlang/paraglide-sveltekit';
- import {title, family_tree} from '$lib/paraglide/messages.js';
let { children } = $props();
-
Visit svelte.dev/docs/kit to read the documentation
+ + +