Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 12274 Rev 12275
Línea 12... Línea 12...
12
			<ContentTitle title='Pruebas'>
12
			<ContentTitle title='Pruebas'>
13
				<Switch>
13
				<Switch>
14
					<Route exact path='/performance-evaluation/evaluations'>
14
					<Route exact path='/performance-evaluation/evaluations'>
15
						<TableView {...backendVars} actionLink={actionLink} setActionLink={setActionLink} />
15
						<TableView {...backendVars} actionLink={actionLink} setActionLink={setActionLink} />
16
					</Route>
16
					</Route>
17
					<Route exact path='/performance-evaluation/evaluations/:action' >
17
					<Route path='/performance-evaluation/evaluations/:action' >
18
						<h1>Hello</h1>
18
						<h1>Hello</h1>
19
					</Route>
19
					</Route>
20
				</Switch>
20
				</Switch>
21
			</ContentTitle>
21
			</ContentTitle>
22
		</BrowserRouter>
22
		</BrowserRouter>