| Línea 13... |
Línea 13... |
| 13 |
import HabitsRoutes from './habits/routes';
|
13 |
import HabitsRoutes from './habits/routes';
|
| 14 |
import GroupRoutes from './groups/routes';
|
14 |
import GroupRoutes from './groups/routes';
|
| 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 |
const MicrolearningRoutes = lazy(() => import('@microlearning/routes'));
|
18 |
const MicrolearningRoutes = lazy(() => import('@microlearning/routes/microlearning-routes'));
|
| 19 |
const InmailLayout = lazy(() => import('@layouts/inmail/inmail-layout'));
|
19 |
const InmailLayout = lazy(() => import('@layouts/inmail/inmail-layout'));
|
| Línea 20... |
Línea 20... |
| 20 |
const AuthLayout = lazy(() => import('@layouts/auth-layout'));
|
20 |
const AuthLayout = lazy(() => import('@layouts/auth-layout'));
|
| 21 |
|
21 |
|