Skip to content

Commit 4bf0e0d

Browse files
committed
Removed Framer Motion configuration from global layout
1 parent 64989a6 commit 4bf0e0d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

app/[locale]/layout.tsx

+1-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import "@total-typescript/ts-reset";
99
// Importation des dépendances.
1010
import pick from "lodash/pick";
1111
import type { Toaster } from "sonner";
12-
import { MotionConfig } from "framer-motion";
1312
import { lazy,
1413
Suspense,
1514
type ReactNode,
@@ -185,9 +184,7 @@ export default async function Layout( {
185184
</video>
186185

187186
{/* Composant enfant */}
188-
<MotionConfig reducedMotion="user">
189-
{children}
190-
</MotionConfig>
187+
{children}
191188

192189
{/* Consentement des cookies */}
193190
<CookieConsent />

0 commit comments

Comments
 (0)