fix: demande utilisateurs in stats

pull/2908/head
Johan Girod 2024-03-04 11:32:47 +01:00
parent e0b267dc02
commit 413eb87678
No known key found for this signature in database
GPG Key ID: B1240EA7FBDBA6AE
1 changed files with 3 additions and 0 deletions

View File

@ -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() {
>
<Stats />
</Suspense>
<DemandeUtilisateurs />
<MoreInfosOnUs />
</>
)