refactor(site): Regroupe les composants du footer.

pull/3047/head
Alice Dahan 2024-07-19 12:18:23 +02:00 committed by liliced
parent a2d163b2cb
commit d821a263ca
2 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,6 @@ import { css, styled } from 'styled-components'
import Contact from '@/components/Contact'
import FeedbackButton from '@/components/Feedback'
import LegalNotice from '@/components/LegalNotice'
import { ForceThemeProvider } from '@/components/utils/DarkModeContext'
import { Button } from '@/design-system/buttons'
import { Emoji } from '@/design-system/emoji'
@ -19,6 +18,7 @@ import { alternatePathname, useSitePaths } from '@/sitePaths'
import { isNotNull } from '@/utils'
import InscriptionBetaTesteur from './InscriptionBetaTesteur'
import LegalNotice from './LegalNotice'
import Privacy from './Privacy'
const altPathname = alternatePathname()