Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11467 Rev 11469
Línea 6... Línea 6...
6
import NotificationAlert from '../../shared/notification/NotificationAlert'
6
import NotificationAlert from '../../shared/notification/NotificationAlert'
7
import '../../assets/styles/style-cesa.css'
7
import '../../assets/styles/style-cesa.css'
Línea 8... Línea 8...
8
 
8
 
9
ReactDOM.render(
9
ReactDOM.render(
10
	<Provider store={store}>
10
	<Provider store={store}>
11
		<TableView backendVars={backendVariables} />
11
		<TableView {...backendVariables} />
12
		<NotificationAlert />
12
		<NotificationAlert />
13
	</Provider>,
13
	</Provider>,
14
	document.getElementById('goals-planing')
14
	document.getElementById('goals-planing')
15
)
15
)