| Línea 102... |
Línea 102... |
| 102 |
)
|
102 |
)
|
| 103 |
const ProfileViewPage = lazy(() => import('@pages/profiles/ProfileViewPage'))
|
103 |
const ProfileViewPage = lazy(() => import('@pages/profiles/ProfileViewPage'))
|
| 104 |
const ProfileEditPage = lazy(() => import('@pages/profiles/ProfileEditPage'))
|
104 |
const ProfileEditPage = lazy(() => import('@pages/profiles/ProfileEditPage'))
|
| 105 |
const CompanyViewPage = lazy(() => import('@pages/company/CompanyViewPage'))
|
105 |
const CompanyViewPage = lazy(() => import('@pages/company/CompanyViewPage'))
|
| Línea 106... |
Línea -... |
| 106 |
|
- |
|
| 107 |
const MarketPlacePage = lazy(() => import('@pages/marketplace/MarketplacePage'))
|
106 |
|
| 108 |
const NotificationsPage = lazy(() =>
|
107 |
const NotificationsPage = lazy(() =>
|
| 109 |
import('@pages/notifications/NotificationsPage')
|
108 |
import('@pages/notifications/NotificationsPage')
|
| 110 |
)
|
109 |
)
|
| 111 |
const SearchPage = lazy(() => import('@pages/search/SearchPage'))
|
110 |
const SearchPage = lazy(() => import('@pages/search/SearchPage'))
|
| Línea 321... |
Línea 320... |
| 321 |
<Route path='ips' element={<Ips />} />
|
320 |
<Route path='ips' element={<Ips />} />
|
| 322 |
<Route path='devices' element={<Devices />} />
|
321 |
<Route path='devices' element={<Devices />} />
|
| 323 |
<Route path='close-account' element={<CloseAccount />} />
|
322 |
<Route path='close-account' element={<CloseAccount />} />
|
| 324 |
<Route path='transactions' element={<Transactions />} />
|
323 |
<Route path='transactions' element={<Transactions />} />
|
| 325 |
</Route>
|
324 |
</Route>
|
| 326 |
<Route path='/marketplace' element={<MarketPlacePage />} />
|
- |
|
| 327 |
<Route path='/notifications' element={<NotificationsPage />} />
|
325 |
<Route path='/notifications' element={<NotificationsPage />} />
|
| 328 |
<Route path='/search/entity/:category' element={<SearchPage />} />
|
326 |
<Route path='/search/entity/:category' element={<SearchPage />} />
|
| 329 |
<Route path='/calendar' element={<CalendarPage />} />
|
327 |
<Route path='/calendar' element={<CalendarPage />} />
|
| 330 |
<Route path='/signin/impersonate' element={<ImpersonatePage />} />
|
328 |
<Route path='/signin/impersonate' element={<ImpersonatePage />} />
|
| 331 |
<Route path='/post/:uuid' element={<PostViewPage />} />
|
329 |
<Route path='/post/:uuid' element={<PostViewPage />} />
|