| Línea 13... |
Línea 13... |
| 13 |
import GoalsProvider from '@providers/goals'
|
13 |
import GoalsProvider from '@providers/goals'
|
| 14 |
import ValuesProvider from '@providers/values'
|
14 |
import ValuesProvider from '@providers/values'
|
| 15 |
import HabitsProvider from '@providers/habits'
|
15 |
import HabitsProvider from '@providers/habits'
|
| 16 |
import PurposesProvider from '@providers/purposes'
|
16 |
import PurposesProvider from '@providers/purposes'
|
| 17 |
import ParadigmsProvider from '@providers/paradigms'
|
17 |
import ParadigmsProvider from '@providers/paradigms'
|
| - |
|
18 |
import MainContainer from '@app/components/email/main-container'
|
| Línea 18... |
Línea 19... |
| 18 |
|
19 |
|
| 19 |
/* Layouts */
|
20 |
/* Layouts */
|
| 20 |
const AuthLayout = lazy(() => import('@layouts/auth/auth-layout'))
|
21 |
const AuthLayout = lazy(() => import('@layouts/auth/auth-layout'))
|
| 21 |
const HabitsLayout = lazy(() => import('@layouts/habits/habits-layout'))
|
22 |
const HabitsLayout = lazy(() => import('@layouts/habits/habits-layout'))
|
| Línea 331... |
Línea 332... |
| 331 |
<Route path='/notifications' element={<NotificationsPage />} />
|
332 |
<Route path='/notifications' element={<NotificationsPage />} />
|
| 332 |
<Route path='/search/entity/:category' element={<SearchPage />} />
|
333 |
<Route path='/search/entity/:category' element={<SearchPage />} />
|
| 333 |
<Route path='/calendar' element={<CalendarPage />} />
|
334 |
<Route path='/calendar' element={<CalendarPage />} />
|
| 334 |
<Route path='/signin/impersonate' element={<ImpersonatePage />} />
|
335 |
<Route path='/signin/impersonate' element={<ImpersonatePage />} />
|
| 335 |
<Route path='/post/:uuid' element={<PostViewPage />} />
|
336 |
<Route path='/post/:uuid' element={<PostViewPage />} />
|
| - |
|
337 |
<Route path='/email' element={<MainContainer />} />
|
| 336 |
</Route>
|
338 |
</Route>
|
| 337 |
</Routes>
|
339 |
</Routes>
|
| 338 |
</Suspense>
|
340 |
</Suspense>
|
| 339 |
)
|
341 |
)
|
| 340 |
}
|
342 |
}
|