Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 6947 | Rev 6968 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 6947 Rev 6957
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)