diff --git a/client/src/routes/+layout.svelte b/client/src/routes/+layout.svelte
index d2c164ef..dfae037a 100644
--- a/client/src/routes/+layout.svelte
+++ b/client/src/routes/+layout.svelte
@@ -7,6 +7,7 @@
import { SessionUserDataStore } from '$houdini';
import { setI18n } from '$i18n';
import LayoutAlert from '$lib/components/LayoutAlert/LayoutAlert.svelte';
+ import { createLayoutAlert } from '$lib/components/LayoutAlert/helper';
import ToastManager from '$lib/components/ToastManager/ToastManager.svelte';
import HasJs from '$lib/components/head/HasJS.svelte';
import InitialTheme from '$lib/components/head/InitialTheme.svelte';
@@ -57,6 +58,7 @@
+