Added assesors page
This commit is contained in:
parent
2b925a537d
commit
98fcbd93a0
3 changed files with 209 additions and 0 deletions
|
|
@ -20,6 +20,10 @@ export const routes: RouteDefinition[] = [
|
|||
path: '/login',
|
||||
component: lazy(() => import('./pages/LoginPage/Login.tsx')),
|
||||
},
|
||||
{
|
||||
path: '/assessor',
|
||||
component: lazy(() => import('./pages/AssessorPage/Assessor.tsx')),
|
||||
},
|
||||
{
|
||||
path: '**',
|
||||
component: lazy(() => import('./errors/404')),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue