| Línea 114... |
Línea 114... |
| 114 |
|
114 |
|
| 115 |
{/* Private routes */}
|
115 |
{/* Private routes */}
|
| 116 |
<Route element={<PrivateRoutes />}>
|
116 |
<Route element={<PrivateRoutes />}>
|
| 117 |
<Route element={<PrivateRoutesLayout />}>
|
117 |
<Route element={<PrivateRoutesLayout />}>
|
| 118 |
<Route path='/habits/*' element={<HabitsRoutes />} />
|
- |
|
| 119 |
|
118 |
<Route path='/habits/*' element={<HabitsRoutes />} />
|
| - |
|
119 |
<Route path='/group/*' element={<GroupRoutes />} />
|
| - |
|
120 |
<Route path='/marketplace/*' element={<MarketplaceRoutes />} />
|
| - |
|
121 |
<Route path='/knowledge-area/*' element={<KnowledgesRoutes />} />
|
| - |
|
122 |
<Route path='/microlearning/*' element={<MicrolearningRoutes />} />
|
| Línea 120... |
Línea 123... |
| 120 |
<Route path='/group/*' element={<GroupRoutes />} />
|
123 |
<Route path='/inmail/*' element={<InmailRoutes />} />
|
| 121 |
|
124 |
|
| 122 |
<Route path='abuse-report'>
|
125 |
<Route path='abuse-report'>
|
| 123 |
<Route index element={<AbuseReportPage />} />
|
126 |
<Route index element={<AbuseReportPage />} />
|
| Línea 164... |
Línea 167... |
| 164 |
<Route path='requests-sent' element={<CompanyRequestSendPage />} />
|
167 |
<Route path='requests-sent' element={<CompanyRequestSendPage />} />
|
| 165 |
<Route path='invitations-received' element={<CompanyInvitationsReceivedPage />} />
|
168 |
<Route path='invitations-received' element={<CompanyInvitationsReceivedPage />} />
|
| 166 |
<Route path='view/:uuid' element={<CompanyViewPage />} />
|
169 |
<Route path='view/:uuid' element={<CompanyViewPage />} />
|
| 167 |
</Route>
|
170 |
</Route>
|
| Línea 168... |
Línea -... |
| 168 |
|
- |
|
| 169 |
<Route path='/marketplace/*' element={<MarketplaceRoutes />} />
|
- |
|
| 170 |
|
171 |
|
| 171 |
<Route path='/my-coach'>
|
172 |
<Route path='/my-coach'>
|
| 172 |
<Route index element={<MyCoachPage />} />
|
173 |
<Route index element={<MyCoachPage />} />
|
| 173 |
<Route path='questions/view/:uuid' element={<MyCoachViewPage />} />
|
174 |
<Route path='questions/view/:uuid' element={<MyCoachViewPage />} />
|
| Línea 174... |
Línea -... |
| 174 |
</Route>
|
- |
|
| 175 |
|
- |
|
| 176 |
<Route path='/knowledge-area/*' element={<KnowledgesRoutes />} />
|
- |
|
| 177 |
<Route path='/microlearning/*' element={<MicrolearningRoutes />} />
|
- |
|
| 178 |
|
- |
|
| 179 |
<Route path='/inmail/*' element={<InmailRoutes />} />
|
175 |
</Route>
|
| 180 |
|
176 |
|
| 181 |
<Route path='/account-settings' element={<AccountSettingsLayout />}>
|
177 |
<Route path='/account-settings' element={<AccountSettingsLayout />}>
|
| 182 |
<Route index element={<BasicSettings />} />
|
178 |
<Route index element={<BasicSettings />} />
|
| 183 |
<Route path='notifications' element={<Notifications />} />
|
179 |
<Route path='notifications' element={<Notifications />} />
|
| Línea 189... |
Línea 185... |
| 189 |
<Route path='ips' element={<Ips />} />
|
185 |
<Route path='ips' element={<Ips />} />
|
| 190 |
<Route path='devices' element={<Devices />} />
|
186 |
<Route path='devices' element={<Devices />} />
|
| 191 |
<Route path='close-account' element={<CloseAccount />} />
|
187 |
<Route path='close-account' element={<CloseAccount />} />
|
| 192 |
<Route path='transactions' element={<Transactions />} />
|
188 |
<Route path='transactions' element={<Transactions />} />
|
| 193 |
</Route>
|
189 |
</Route>
|
| - |
|
190 |
|
| 194 |
<Route path='/notifications' element={<NotificationsPage />} />
|
191 |
<Route path='/notifications' element={<NotificationsPage />} />
|
| 195 |
<Route path='/search/entity/:category' element={<SearchPage />} />
|
192 |
<Route path='/search/entity/:category' element={<SearchPage />} />
|
| 196 |
<Route path='/calendar' element={<CalendarPage />} />
|
193 |
<Route path='/calendar' element={<CalendarPage />} />
|
| 197 |
<Route path='/signin/impersonate' element={<ImpersonatePage />} />
|
194 |
<Route path='/signin/impersonate' element={<ImpersonatePage />} />
|
| 198 |
<Route path='/post/:uuid' element={<PostViewPage />} />
|
195 |
<Route path='/post/:uuid' element={<PostViewPage />} />
|