diff --git a/source/components/LegalNotice.tsx b/source/components/LegalNotice.tsx
index e84468b68..a08ee4fbe 100644
--- a/source/components/LegalNotice.tsx
+++ b/source/components/LegalNotice.tsx
@@ -1,5 +1,4 @@
import Overlay from 'Components/Overlay'
-import { ScrollToTop } from 'Components/utils/Scroll'
import React, { useState } from 'react'
import { Trans } from 'react-i18next'
@@ -78,7 +77,6 @@ export default function LegalNotice() {
{opened && (
-
)}
diff --git a/source/sites/mon-entreprise.fr/layout/Footer/Privacy.tsx b/source/sites/mon-entreprise.fr/layout/Footer/Privacy.tsx
index 0bd0d78ed..e53c23fde 100644
--- a/source/sites/mon-entreprise.fr/layout/Footer/Privacy.tsx
+++ b/source/sites/mon-entreprise.fr/layout/Footer/Privacy.tsx
@@ -1,5 +1,4 @@
import Overlay from 'Components/Overlay'
-import { ScrollToTop } from 'Components/utils/Scroll'
import React, { useState } from 'react'
import { Trans, useTranslation } from 'react-i18next'
@@ -21,7 +20,6 @@ export default function Privacy() {
{opened && (
-
)}