Projekt

Obecné

Profil

« Předchozí | Další » 

Revize ae770857

Přidáno uživatelem Michal Schwob před asi 2 roky(ů)

Sources page implemented
re #9811

Zobrazit rozdíly:

frontend/src/App.tsx
18 18
import { Fragment } from 'react'
19 19
import Administration from "./features/Administration/Administration"
20 20
import Register from "./features/Auth/Register"
21
import Bibliography from "./features/Bibliography/Bibliography"
22
import EditBibliography from "./features/Bibliography/EditBibliography"
21 23

  
22 24
const App = () => {
23 25
    return (
......
39 41
                            <Route path="/logout" element={<Logout />} />
40 42
                            <Route path="/map" element={<TrackingTool />} />
41 43
                            <Route path="/administration" element={<Administration />}/>
44
                            <Route path="/sources" element={<Bibliography />}/>
45
                            <Route path="/editSources" element={<EditBibliography />}/>
42 46
                            <Route path="*" element={<NotFound />} />
43 47
                        </Routes>
44 48
                    </Box>

Také k dispozici: Unified diff