Proyectos de Subversion LeadersLinked - Backend

Rev

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

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