init
This commit is contained in:
10
worklenz-frontend/src/app/routes/root-routes.tsx
Normal file
10
worklenz-frontend/src/app/routes/root-routes.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Navigate, RouteObject } from 'react-router-dom';
|
||||
|
||||
const rootRoutes: RouteObject[] = [
|
||||
{
|
||||
path: '/',
|
||||
element: <Navigate to="/auth/login" replace />,
|
||||
},
|
||||
];
|
||||
|
||||
export default rootRoutes;
|
||||
Reference in New Issue
Block a user