Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11271 Rev 15530
Línea 5... Línea 5...
5
import { store } from '../../redux/store'
5
import { store } from '../../redux/store'
6
import NotificationAlert from '../../shared/notification/NotificationAlert'
6
import NotificationAlert from '../../shared/notification/NotificationAlert'
Línea 7... Línea 7...
7
 
7
 
8
ReactDOM.render(
8
ReactDOM.render(
9
	<Provider store={store}>
9
	<Provider store={store}>
10
		<SkillsView urlsVar={urlsVar} />
10
		<SkillsView {...urlsVar} />
11
		<NotificationAlert />
11
		<NotificationAlert />
12
	</Provider>
12
	</Provider>
13
	,
13
	,
14
	document.getElementById('skills')
14
	document.getElementById('skills')
15
)
15
)