Added profile page
This commit is contained in:
parent
835977e191
commit
7deb4ef2ae
1 changed files with 4 additions and 0 deletions
|
|
@ -24,6 +24,10 @@ export const routes: RouteDefinition[] = [
|
|||
path: '/assessor',
|
||||
component: lazy(() => import('./pages/AssessorPage/Assessor.tsx')),
|
||||
},
|
||||
{
|
||||
path: '/profile',
|
||||
component: lazy(() => import('./pages/ProfilePage/Profile.tsx')),
|
||||
},
|
||||
{
|
||||
path: '**',
|
||||
component: lazy(() => import('./errors/404')),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue