Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5899 Rev 5905
Línea 6... Línea 6...
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}>
10
  <Provider store={store}>
11
    <HomeSection
-
 
12
      routeTimeline={routeTimeline}
-
 
13
      backendVars={backendVars}
-
 
14
      labels={LABELS}
11
    <HomeSection routeTimeline={routeTimeline} backendVars={backendVars} />
15
    />
12
    <NotificationAlert />
16
    <NotificationAlert />
13
  </Provider>,
17
  </Provider>,
14
  document.getElementById('react-feeds')
18
  document.getElementById('react-feeds')