Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 5912 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 5912 Rev 6459
Línea 6... Línea 6...
6
import View from './pages/View'
6
import View from './pages/View'
7
import './styles/index.scss'
7
import './styles/index.scss'
Línea 8... Línea 8...
8
 
8
 
9
ReactDOM.render(
9
ReactDOM.render(
10
  <Provider store={store}>
10
  <Provider store={store}>
11
    <View backendVars={backendVars} />
11
    <View backendVars={backendVars} labels={LABELS} />
12
    <NotificationAlert />
12
    <NotificationAlert />
13
  </Provider>,
13
  </Provider>,
14
  document.getElementById('react_my_company')
14
  document.getElementById('react_my_company')