diff --git a/frontend/app/[locale]/layout.tsx b/frontend/app/[locale]/layout.tsx index b8966748..dddb6391 100644 --- a/frontend/app/[locale]/layout.tsx +++ b/frontend/app/[locale]/layout.tsx @@ -15,6 +15,7 @@ import { MainSwitcher } from '@/components/header/MainSwitcher'; import { AppChrome } from '@/components/header/AppChrome'; import { CookieBanner } from '@/components/shared/CookieBanner'; +import { OnlineCounterPopup } from '@/components/shared/OnlineCounterPopup'; export const dynamic = 'force-dynamic'; @@ -74,6 +75,7 @@ export default async function LocaleLayout({ {children} +