
]
[

вот мой код
import { Outlet, Navigate } from 'react-router-dom';
import { motion } from "framer-motion"
import { MouseParallaxChild, MouseParallaxContainer } from "react-parallax-mouse";
const AuthLayout = () => {
const IsAuthenthicated = false;
return (
{IsAuthenthicated ? (
) : (
{/* Utilisation de l'image en tant que fond d'écran */}
{/* Votre contenu ici */}
)}
)
}
export default AuthLayout
Подробнее здесь: https://stackoverflow.com/questions/784 ... rge-device