From 413eb87678f2f26b62ec6d82cd07622695886347 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Mon, 4 Mar 2024 11:32:47 +0100 Subject: [PATCH] fix: demande utilisateurs in stats --- site/source/pages/statistiques/index.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site/source/pages/statistiques/index.tsx b/site/source/pages/statistiques/index.tsx index 5504ff19f..66f154a26 100644 --- a/site/source/pages/statistiques/index.tsx +++ b/site/source/pages/statistiques/index.tsx @@ -8,6 +8,8 @@ import { ScrollToTop } from '@/components/utils/Scroll' import { H1 } from '@/design-system/typography/heading' import { Intro } from '@/design-system/typography/paragraphs' +import DemandeUtilisateurs from './DemandesUtilisateurs' + const Stats = lazy(() => import('./Stats')) export default function StatsPage() { @@ -35,6 +37,7 @@ export default function StatsPage() { > + )