From f802998a9068e02112bfcbed8e75a74ecf58f772 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Sun, 17 May 2026 19:29:46 +0200 Subject: [PATCH] Fix --- packages/webapp/src/routes/_main.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/webapp/src/routes/_main.tsx b/packages/webapp/src/routes/_main.tsx index 3b06bf8..e181c5b 100644 --- a/packages/webapp/src/routes/_main.tsx +++ b/packages/webapp/src/routes/_main.tsx @@ -24,6 +24,7 @@ function WIPLayout() { ) } +// @ts-ignore function SharedLayout() { const { t, i18n } = useTranslation()