Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 276 Rev 283
Línea 3... Línea 3...
3
import { Provider } from "react-redux";
3
import { Provider } from "react-redux";
4
import { store } from "../redux/store";
4
import { store } from "../redux/store";
5
import NotificationAlert from "../shared/notification/NotificationAlert";
5
import NotificationAlert from "../shared/notification/NotificationAlert";
6
import SelfEvaluation from './self-evaluation/SelfEvaluation';
6
import SelfEvaluation from './self-evaluation/SelfEvaluation';
Línea -... Línea 7...
-
 
7
 
-
 
8
console.log(backendVars);
7
 
9
 
8
ReactDOM.render(
10
ReactDOM.render(
9
  <Provider store={store}>
11
  <Provider store={store}>
10
    <SelfEvaluation
12
    <SelfEvaluation
11
      backendVars={backendVars}
13
      backendVars={backendVars}