diff --git a/ui/app/(statistiques)/layout.tsx b/ui/app/(statistiques)/layout.tsx index 5f56cd34..21abfb4b 100644 --- a/ui/app/(statistiques)/layout.tsx +++ b/ui/app/(statistiques)/layout.tsx @@ -1,4 +1,5 @@ import { NextAppDirEmotionCacheProvider } from "tss-react/next"; +import PlausibleProvider from "next-plausible"; import { DsfrHead } from "@codegouvfr/react-dsfr/next-appdir/DsfrHead"; import { DsfrProvider } from "@codegouvfr/react-dsfr/next-appdir/DsfrProvider"; import { getHtmlAttributes } from "@codegouvfr/react-dsfr/next-appdir/getHtmlAttributes"; @@ -16,35 +17,37 @@ export function Layout({ children }: { children: JSX.Element }) { -
Exposition - Statistique} - serviceTitle="Exposition - Statistique" - homeLinkProps={{ - href: "/", - title: "Exposition - Statistique", - }} - quickAccessItems={[]} - /> -
- - {"Statistiques du projet Exposition d'InserJeunes"} - {""} + +
Exposition - Statistique} + serviceTitle="Exposition - Statistique" + homeLinkProps={{ + href: "/", + title: "Exposition - Statistique", + }} + quickAccessItems={[]} + /> +
+ + {"Statistiques du projet Exposition d'InserJeunes"} + {""} - - {children} + + {children} + - -
+
+