(root)/app/routes/routes.jsx – Rev 3563 → 3565
Rev 3563 |
Rev 3577 |
Ir a la última revisión |
Mostrar el archivo completo |
|
|
Autoría |
Ultima modificación |
Ver Log
|
| Rev 3563 |
Rev 3565 |
| Línea 15... |
Línea 15... |
| 15 |
import PrivateRoutesLayout from '@layouts/private-routes';
|
15 |
import PrivateRoutesLayout from '@layouts/private-routes';
|
| 16 |
import KnowledgesRoutes from '@knowledges/routes/knowledges-routes';
|
16 |
import KnowledgesRoutes from '@knowledges/routes/knowledges-routes';
|
| Línea 17... |
Línea 17... |
| 17 |
|
17 |
|
| 18 |
/* Modules */
|
18 |
/* Modules */
|
| 19 |
const MicrolearningRoutes = lazy(() => import('@microlearning/routes/microlearning-routes'));
|
19 |
const MicrolearningRoutes = lazy(() => import('@microlearning/routes/microlearning-routes'));
|
| Línea 20... |
Línea 20... |
| 20 |
const MarketplaceRoutes = lazy(() => import('@marketplace/routes'));
|
20 |
const MarketplaceRoutes = lazy(() => import('@marketplace/routes/MarketplaceRoutes'));
|
| 21 |
|
21 |
|
| 22 |
/* Layouts */
|
22 |
/* Layouts */
|