Línea 59... |
Línea 59... |
59 |
const ProfileEditPage = lazy(() => import('../pages/profiles/ProfileEditPage'))
|
59 |
const ProfileEditPage = lazy(() => import('../pages/profiles/ProfileEditPage'))
|
60 |
const CompanyViewPage = lazy(() => import('../pages/company/CompanyViewPage'))
|
60 |
const CompanyViewPage = lazy(() => import('../pages/company/CompanyViewPage'))
|
61 |
const GroupViewPage = lazy(() => import('../pages/groups/GroupViewPage'))
|
61 |
const GroupViewPage = lazy(() => import('../pages/groups/GroupViewPage'))
|
62 |
const GroupEditPage = lazy(() => import('../pages/groups/GroupEditPage'))
|
62 |
const GroupEditPage = lazy(() => import('../pages/groups/GroupEditPage'))
|
63 |
const ChatPage = lazy(() => import('../pages/chat/ChatPage'))
|
63 |
const ChatPage = lazy(() => import('../pages/chat/ChatPage'))
|
64 |
const InmailPage = lazy(() => import('../pages/chat/ChatPage'))
|
64 |
const InmailPage = lazy(() => import('../pages/inmail/InmailPage'))
|
Línea 65... |
Línea 65... |
65 |
|
65 |
|
66 |
const AppRouter = () => {
|
66 |
const AppRouter = () => {
|
67 |
const { isAuth, theme_id } = useSelector(({ auth }) => auth)
|
67 |
const { isAuth, theme_id } = useSelector(({ auth }) => auth)
|