diff --git a/packages/code-du-travail-frontend/src/modules/layout/index.tsx b/packages/code-du-travail-frontend/src/modules/layout/index.tsx index 8d854134ee..f74fb112f8 100644 --- a/packages/code-du-travail-frontend/src/modules/layout/index.tsx +++ b/packages/code-du-travail-frontend/src/modules/layout/index.tsx @@ -6,16 +6,14 @@ import { SkipLinks } from "./SkipLinks"; export const DsfrLayout = ({ children }: { children: React.ReactNode }) => { return ( - - - -
-
- {children} -
- -