Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 6628 Rev 6632
Línea 7... Línea 7...
7
 
7
 
8
    return (
8
    return (
9
        <Router>
9
        <Router>
10
            <section className="content">
10
            <section className="content">
11
                <Switch>
11
                <Switch>
12
                    <Route path="/">
12
                    <Route path="/jobs">
13
                        <JobsTableView backendVars={backendVars} />
13
                        <JobsTableView backendVars={backendVars} />
14
                    </Route>
14
                    </Route>
15
                    <Route path="/edit">
15
                    <Route path="/edit">
16
                        <JobsEditView backendVars={backendVars} />
16
                        <JobsEditView backendVars={backendVars} />