Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 10437 Rev 10439
Línea 11... Línea 11...
11
                    exact path='/recruitment-and-selection/interview/form'
11
                    exact path='/recruitment-and-selection/interview/form'
12
                    component={() => <MainView backendVars={backendVars} />}
12
                    component={() => <MainView backendVars={backendVars} />}
13
                />
13
                />
14
                <Route
14
                <Route
15
                    path='/recruitment-and-selection/interview/form/:id/file'
15
                    path='/recruitment-and-selection/interview/form/:id/file'
16
                    component={() => <></>}
16
                    component={() => <h1>Evaluación</h1>}
17
                />
17
                />
18
            </Switch>
18
            </Switch>
19
        </Router>
19
        </Router>
20
    )
20
    )
21
}
21
}