Línea 69... |
Línea 69... |
69 |
() => import('@pages/company/CompanyInvitationsReceivedPage')
|
69 |
() => import('@pages/company/CompanyInvitationsReceivedPage')
|
70 |
);
|
70 |
);
|
71 |
const ProfileViewPage = lazy(() => import('@pages/profiles/ProfileViewPage'));
|
71 |
const ProfileViewPage = lazy(() => import('@pages/profiles/ProfileViewPage'));
|
72 |
const ProfileEditPage = lazy(() => import('@pages/profiles/ProfileEditPage'));
|
72 |
const ProfileEditPage = lazy(() => import('@pages/profiles/ProfileEditPage'));
|
73 |
const CompanyViewPage = lazy(() => import('@pages/company/CompanyViewPage'));
|
73 |
const CompanyViewPage = lazy(() => import('@pages/company/CompanyViewPage'));
|
- |
|
74 |
const MarketplacePage = lazy(() => import('@pages/marketplace/MarketplacePage'));
|
Línea 74... |
Línea 75... |
74 |
|
75 |
|
75 |
const NotificationsPage = lazy(() => import('@pages/notifications/NotificationsPage'));
|
76 |
const NotificationsPage = lazy(() => import('@pages/notifications/NotificationsPage'));
|
Línea 76... |
Línea 77... |
76 |
const SearchPage = lazy(() => import('@pages/search/SearchPage'));
|
77 |
const SearchPage = lazy(() => import('@pages/search/SearchPage'));
|
Línea 162... |
Línea 163... |
162 |
<Route path='requests-sent' element={<CompanyRequestSendPage />} />
|
163 |
<Route path='requests-sent' element={<CompanyRequestSendPage />} />
|
163 |
<Route path='invitations-received' element={<CompanyInvitationsReceivedPage />} />
|
164 |
<Route path='invitations-received' element={<CompanyInvitationsReceivedPage />} />
|
164 |
<Route path='view/:uuid' element={<CompanyViewPage />} />
|
165 |
<Route path='view/:uuid' element={<CompanyViewPage />} />
|
165 |
</Route>
|
166 |
</Route>
|
Línea -... |
Línea 167... |
- |
|
167 |
|
- |
|
168 |
<Route path='/marketplace' element={<MarketplacePage />} />
|
166 |
|
169 |
|
167 |
<Route path='/my-coach'>
|
170 |
<Route path='/my-coach'>
|
168 |
<Route index element={<MyCoachPage />} />
|
171 |
<Route index element={<MyCoachPage />} />
|
169 |
<Route path='questions/view/:uuid' element={<MyCoachViewPage />} />
|
172 |
<Route path='questions/view/:uuid' element={<MyCoachViewPage />} />
|