diff --git a/src/components/layout.tsx b/src/components/layout.tsx index cfb9f2a0..f63568c2 100644 --- a/src/components/layout.tsx +++ b/src/components/layout.tsx @@ -1,11 +1,11 @@ import { Footer, Header } from "@components"; import { - footerBodySectionProps, - footerBottomSectionProps, - footerPartnerSectionProps, - footerTopSectionProps, - headerBodyProps, - headerNavProps, + footerBodySection, + footerBottomSection, + footerPartnerSection, + footerTopSection, + headerBody, + headerNav, } from "@config"; import { Container } from "@dataesr/react-dsfr"; @@ -16,13 +16,13 @@ type Props = { const Index = (props: Props): JSX.Element => { return ( <> -
+
{props.children}