| Línea 13... |
Línea 13... |
| 13 |
import PurposesProvider from '@providers/purposes'
|
13 |
import PurposesProvider from '@providers/purposes'
|
| 14 |
import ParadigmsProvider from '@providers/paradigms'
|
14 |
import ParadigmsProvider from '@providers/paradigms'
|
| Línea 15... |
Línea 15... |
| 15 |
|
15 |
|
| 16 |
/* Layouts */
|
16 |
/* Layouts */
|
| - |
|
17 |
import RootLayout from '@layouts/root'
|
| 17 |
import RootLayout from '@layouts/root'
|
18 |
import AppsNavigation from '@pages/apps-navigation/AppsNavigation'
|
| 18 |
const InmailLayout = lazy(() => import('@layouts/inmail/inmail-layout'))
|
19 |
const InmailLayout = lazy(() => import('@layouts/inmail/inmail-layout'))
|
| 19 |
const AuthLayout = lazy(() => import('@layouts/auth/auth-layout'))
|
20 |
const AuthLayout = lazy(() => import('@layouts/auth/auth-layout'))
|
| 20 |
const HabitsLayout = lazy(() => import('@layouts/habits/habits-layout'))
|
21 |
const HabitsLayout = lazy(() => import('@layouts/habits/habits-layout'))
|
| 21 |
const MicrolearningLayout = lazy(() =>
|
22 |
const MicrolearningLayout = lazy(() =>
|
| Línea 383... |
Línea 384... |
| 383 |
<Route path='/notifications' element={<NotificationsPage />} />
|
384 |
<Route path='/notifications' element={<NotificationsPage />} />
|
| 384 |
<Route path='/search/entity/:category' element={<SearchPage />} />
|
385 |
<Route path='/search/entity/:category' element={<SearchPage />} />
|
| 385 |
<Route path='/calendar' element={<CalendarPage />} />
|
386 |
<Route path='/calendar' element={<CalendarPage />} />
|
| 386 |
<Route path='/signin/impersonate' element={<ImpersonatePage />} />
|
387 |
<Route path='/signin/impersonate' element={<ImpersonatePage />} />
|
| 387 |
<Route path='/post/:uuid' element={<PostViewPage />} />
|
388 |
<Route path='/post/:uuid' element={<PostViewPage />} />
|
| - |
|
389 |
<Route path='/apps-navigation' element={<AppsNavigation />} />
|
| 388 |
</Route>
|
390 |
</Route>
|
| 389 |
</Route>
|
391 |
</Route>
|
| 390 |
</Routes>
|
392 |
</Routes>
|
| 391 |
</Suspense>
|
393 |
</Suspense>
|
| 392 |
)
|
394 |
)
|