Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4296 Rev 4306
Línea 3... Línea 3...
3
import FeedSection from '../Feed/FeedSection'
3
import FeedSection from '../Feed/FeedSection'
4
import Sidebar from '../sidebar/Sidebar'
4
import Sidebar from '../sidebar/Sidebar'
Línea 5... Línea 5...
5
 
5
 
6
const HomeSection = ({ routeTimeline, backendVars }) => {
6
const HomeSection = ({ routeTimeline, backendVars }) => {
7
    return (
7
    return (
8
        <div className='container px-0 py-4'>
8
        <div className='container px-0'>
9
            <div className='app__body layout__content'>
9
            <div className='app__body layout__content'>
10
                <Sidebar {...backendVars} />
10
                <Sidebar {...backendVars} />
11
                <FeedSection
11
                <FeedSection
12
                    routeTimeline={routeTimeline}
12
                    routeTimeline={routeTimeline}