diff --git a/client/src/layout/footer.jsx b/client/src/layout/footer.jsx index 61cb93d..0083f57 100644 --- a/client/src/layout/footer.jsx +++ b/client/src/layout/footer.jsx @@ -1,7 +1,5 @@ import { Col, Container, Link, Logo, Row, Title } from '@dataesr/dsfr-plus'; -import cn from 'classnames'; import { useIntl } from 'react-intl'; - import { Footer, FooterBody, @@ -16,255 +14,186 @@ const { export default function MainFooter() { const intl = useIntl(); - return (