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