Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5107 Rev 5899
Línea 5... Línea 5...
5
import HomeSection from './Home/HomeSection'
5
import HomeSection from './Home/HomeSection'
6
import './Home/Home.scss'
6
import './Home/Home.scss'
7
import NotificationAlert from '../../../shared/notification/NotificationAlert'
7
import NotificationAlert from '../../../shared/notification/NotificationAlert'
Línea 8... Línea 8...
8
 
8
 
9
ReactDOM.render(
9
ReactDOM.render(
10
    <Provider store={store}>
-
 
11
        <HomeSection
10
  <Provider store={store}>
12
            routeTimeline={routeTimeline}
-
 
13
            backendVars={backendVars} />
11
    <HomeSection routeTimeline={routeTimeline} backendVars={backendVars} />
14
        <NotificationAlert />
12
    <NotificationAlert />
15
    </Provider>,
13
  </Provider>,
16
    document.getElementById('react-feeds')
14
  document.getElementById('react-feeds')