import { Outlet } from 'react-router-dom'; const AuthLayout = () => { return (
); }; export default AuthLayout;