Added assesors page

This commit is contained in:
Patrick Alvin Alcala 2025-10-06 19:01:28 +08:00
parent 2b925a537d
commit 98fcbd93a0
3 changed files with 209 additions and 0 deletions

View file

@ -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')),