diff --git a/src/lib/components/Navigation/Navbar/Navbar.svelte b/src/lib/components/Navigation/Navbar/Navbar.svelte
index e028443..bbdbebb 100644
--- a/src/lib/components/Navigation/Navbar/Navbar.svelte
+++ b/src/lib/components/Navigation/Navbar/Navbar.svelte
@@ -1,9 +1,9 @@
diff --git a/src/lib/i18n/index.ts b/src/lib/i18n/index.ts
index bc5ec69..72e0fff 100644
--- a/src/lib/i18n/index.ts
+++ b/src/lib/i18n/index.ts
@@ -1,4 +1,4 @@
import * as runtime from '$lib/paraglide/runtime';
import { createI18n } from '@inlang/paraglide-sveltekit';
-export * from '$lib/paraglide/messages';
+export * as messages from '$lib/paraglide/messages';
export const i18n = createI18n(runtime);
\ No newline at end of file