Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8290 Rev 8292
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 ProfileView from './view/ProfileView';
6
import ProfileView from './view/ProfileView';
7
import "../assets/styles/style-cesa.css"
7
import "../assets/styles/style-cesa.css"
-
 
8
import "../assets/styles/style-new.css"
Línea 8... Línea 9...
8
 
9
 
9
ReactDOM.render(
10
ReactDOM.render(
10
    <Provider store={store}>
11
    <Provider store={store}>
11
        <ProfileView urlVars={urlVars} />
12
        <ProfileView urlVars={urlVars} />