Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4531 Rev 5912
Línea 1... Línea 1...
1
import React from "react";
1
import React from 'react'
2
import ReactDOM from "react-dom";
2
import ReactDOM from 'react-dom'
3
import { store } from "../../../../redux/store";
3
import { store } from '../../../../redux/store'
4
import { Provider } from "react-redux";
4
import { Provider } from 'react-redux'
5
import NotificationAlert from "../../../../shared/notification/NotificationAlert";
5
import NotificationAlert from '../../../../shared/notification/NotificationAlert'
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
 
-
 
9
 
8
 
10
ReactDOM.render(
9
ReactDOM.render(
11
    <Provider store={store}>
10
  <Provider store={store}>
12
        <View backendVars={backendVars} />
11
    <View backendVars={backendVars} />
13
        <NotificationAlert />
12
    <NotificationAlert />
14
    </Provider>,
13
  </Provider>,
15
    document.getElementById("react_my_connections")
14
  document.getElementById('react_my_company')