Línea 116... |
Línea 116... |
116 |
import('@pages/company/CompanyInvitationsReceivedPage')
|
116 |
import('@pages/company/CompanyInvitationsReceivedPage')
|
117 |
)
|
117 |
)
|
118 |
const ProfileViewPage = lazy(() => import('@pages/profiles/ProfileViewPage'))
|
118 |
const ProfileViewPage = lazy(() => import('@pages/profiles/ProfileViewPage'))
|
119 |
const ProfileEditPage = lazy(() => import('@pages/profiles/ProfileEditPage'))
|
119 |
const ProfileEditPage = lazy(() => import('@pages/profiles/ProfileEditPage'))
|
120 |
const CompanyViewPage = lazy(() => import('@pages/company/CompanyViewPage'))
|
120 |
const CompanyViewPage = lazy(() => import('@pages/company/CompanyViewPage'))
|
121 |
const GroupViewPage = lazy(() => import('@pages/groups/GroupViewPage'))
|
121 |
const GroupViewPage = lazy(() => import('@pages/groups/GroupPage'))
|
122 |
const GroupEditPage = lazy(() => import('@pages/groups/GroupEditPage'))
|
122 |
const GroupEditPage = lazy(() => import('@pages/groups/GroupEditPage'))
|
Línea 123... |
Línea 123... |
123 |
|
123 |
|
124 |
const MarketPlacePage = lazy(() => import('@pages/marketplace/MarketplacePage'))
|
124 |
const MarketPlacePage = lazy(() => import('@pages/marketplace/MarketplacePage'))
|
125 |
const NotificationsPage = lazy(() =>
|
125 |
const NotificationsPage = lazy(() =>
|