Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5284 Rev 5285
Línea 3... Línea 3...
3
import HomeNews from '../../../components/home-section/HomeNews'
3
import HomeNews from '../../../components/home-section/HomeNews'
4
import SocialNetworks from '../../../components/home-section/SocialNetworks'
4
import SocialNetworks from '../../../components/home-section/SocialNetworks'
5
import Aside from '../Aside/Aside'
5
import Aside from '../Aside/Aside'
6
import PeopleYouMayKnow from '../Aside/PeopleYouMayKnow'
6
import PeopleYouMayKnow from '../Aside/PeopleYouMayKnow'
7
import FeedSection from '../Feed/FeedSection'
7
import FeedSection from '../Feed/FeedSection'
8
import HelpersContainer from '../sidebar/HelpersContainer'
8
import Groups from '../sidebar/Groups'
9
import Sidebar from '../sidebar/Sidebar'
9
import Sidebar from '../sidebar/Sidebar'
10
import UserInfo from '../sidebar/UserInfo'
10
import UserInfo from '../sidebar/UserInfo'
Línea 11... Línea 11...
11
 
11
 
12
const HomeSection = ({ routeTimeline, backendVars }) => {
12
const HomeSection = ({ routeTimeline, backendVars }) => {
13
  return (
13
  return (
14
        <div className='container px-0'>
14
        <div className='container px-0'>
15
            <div className='app__body layout__content'>
15
            <div className='app__body layout__content'>
16
                <Sidebar>
16
                <Sidebar>
17
                    <UserInfo {...backendVars} />
17
                    <UserInfo {...backendVars} />
18
                    <HelpersContainer />
18
                    <Groups />
19
                    <SocialNetworks className='sidebar-apps__widget' />
19
                    <SocialNetworks className='sidebar-apps__widget' />
20
                </Sidebar>
20
                </Sidebar>
21
                <FeedSection
21
                <FeedSection
22
                    routeTimeline={routeTimeline}
22
                    routeTimeline={routeTimeline}