Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 12475 Rev 12487
Línea 5... Línea 5...
5
import NotificationAlert from '../../shared/notification/NotificationAlert'
5
import NotificationAlert from '../../shared/notification/NotificationAlert'
6
import Routes from './router/Routes'
6
import Routes from './router/Routes'
Línea 7... Línea 7...
7
 
7
 
8
ReactDOM.render(
8
ReactDOM.render(
9
	<Provider store={store}>
9
	<Provider store={store}>
10
		<Routes {...backendVariables} />
10
		<Routes backendVars={backendVariables} />
11
		<NotificationAlert />
11
		<NotificationAlert />
12
	</Provider>,
12
	</Provider>,
13
	document.getElementById('organizational_climate-form')
13
	document.getElementById('organizational_climate-form')
14
)
14
)