| Línea 13... |
Línea 13... |
| 13 |
|
13 |
|
| 14 |
import PaginationComponent from '@app/components/UI/PaginationComponent'
|
14 |
import PaginationComponent from '@app/components/UI/PaginationComponent'
|
| 15 |
import Spinner from '@app/components/UI/Spinner'
|
15 |
import Spinner from '@app/components/UI/Spinner'
|
| 16 |
import AppGrid from '@app/components/UI/layout/AppGrid'
|
16 |
import AppGrid from '@app/components/UI/layout/AppGrid'
|
| 17 |
import GroupsWidget from '@app/components/dashboard/linkedin/Groups'
|
17 |
import GroupsWidget from '@app/components/dashboard/linkedin/Groups'
|
| 18 |
import UserInfo from '@app/components/dashboard/linkedin/UserInfo'
|
18 |
import UserProfileCard from '@app/components/dashboard/linkedin/user-profile-card'
|
| 19 |
import FeedList from '@app/components/dashboard/linkedin/feed-list/FeedList'
|
19 |
import FeedList from '@app/components/dashboard/linkedin/feed-list/FeedList'
|
| 20 |
import FeedShare from '@app/components/dashboard/linkedin/share/ShareComponent'
|
20 |
import FeedShare from '@app/components/dashboard/linkedin/share/ShareComponent'
|
| 21 |
import ReportModal from '@app/components/modals/ReportModal'
|
21 |
import ReportModal from '@app/components/modals/ReportModal'
|
| 22 |
import ShareModal from '@app/components/modals/ShareModal'
|
22 |
import ShareModal from '@app/components/modals/ShareModal'
|
| Línea 74... |
Línea 74... |
| 74 |
<>
|
74 |
<>
|
| 75 |
<Container>
|
75 |
<Container>
|
| 76 |
<AppGrid
|
76 |
<AppGrid
|
| 77 |
renderSidebar={() => (
|
77 |
renderSidebar={() => (
|
| 78 |
<>
|
78 |
<>
|
| 79 |
<UserInfo user={data} />
|
79 |
<UserProfileCard user={data} />
|
| 80 |
<GroupsWidget />
|
80 |
<GroupsWidget />
|
| 81 |
<AppsWidget moodle={moodle} microlearning={microlearning} />
|
81 |
<AppsWidget moodle={moodle} microlearning={microlearning} />
|
| 82 |
</>
|
82 |
</>
|
| 83 |
)}
|
83 |
)}
|
| 84 |
renderMain={() => (
|
84 |
renderMain={() => (
|