Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 14184 Rev 14197
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 ViewsRouter from './routes/ViewsRouter'
6
import ViewsRouter from './routes/ViewsRouter'
-
 
7
import '../assets/styles/style-cesa.css'
Línea 7... Línea 8...
7
 
8
 
8
ReactDOM.render(
9
ReactDOM.render(
9
	<Provider store={store}>
10
	<Provider store={store}>
10
		<ViewsRouter backendVars={linksVars} />
11
		<ViewsRouter backendVars={linksVars} />