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