import { Navigate, Route, Routes } from 'react-router'; import { Login, ResetPassword, ResetPasswordChange, ResetPasswordChanged, ResetPasswordCheckEmail, ResetPasswordEnterEmail, TwoFactorAuth } from './pages/jwt'; import { AuthBrandedLayout } from '@/layouts/auth-branded'; import { CheckEmail } from '@/auth/pages/jwt'; const AuthPage = () => ( }> } /> } /> } /> } /> } /> } /> } /> } /> } /> } /> ); export { AuthPage };