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()