Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 15062 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 15062 Rev 15182
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 ProfileView from './view/ProfileView'
6
import ProfileView from './view/ProfileView'
7
import '../assets/styles/style-cesa.css'
-
 
8
import '../assets/styles/responsive-cesa.css'
-
 
Línea 9... Línea 7...
9
 
7
 
10
ReactDOM.render(
8
ReactDOM.render(
11
	<Provider store={store}>
9
	<Provider store={store}>
12
		<ProfileView urlVars={urlVars} labels={LABELS} />
10
		<ProfileView urlVars={urlVars} labels={LABELS} />