Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 6d8ac067

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

Page for external sources created
re #9812

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 ExternalSources from "./features/ExternalSources/ExternalSources"
21 22

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

Také k dispozici: Unified diff