Spaces:
Sleeping
Sleeping
| import { Navigate } from "react-router-dom"; | |
| const Index = () => { | |
| return <Navigate to="/login" replace />; | |
| }; | |
| export default Index; | |
| import { Navigate } from "react-router-dom"; | |
| const Index = () => { | |
| return <Navigate to="/login" replace />; | |
| }; | |
| export default Index; | |