Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8293 Rev 8294
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 9... Línea 8...
9
 
8
 
10
ReactDOM.render(
9
ReactDOM.render(
11
    <Provider store={store}>
10
    <Provider store={store}>
12
        <ProfileView urlVars={urlVars} />
11
        <ProfileView urlVars={urlVars} />