Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 7545 Rev 7583
Línea 2... Línea 2...
2
import ReactDOM from "react-dom";
2
import ReactDOM from "react-dom";
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 Followers from "./followers/Followers";
6
import Followers from "./followers/Followers";
-
 
7
import '../assets/styles/style.css'
Línea 7... Línea 8...
7
 
8
 
8
ReactDOM.render(
9
ReactDOM.render(
9
  <Provider store={store}>
10
  <Provider store={store}>
10
    <Followers backendVars={backendVar} />
11
    <Followers backendVars={backendVar} />