Projekt

Obecné

Profil

« Předchozí | Další » 

Revize b523c74d

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

Creation of administration page and user registration
re #9627

Zobrazit rozdíly:

frontend/src/App.tsx
16 16
import EditHome from "./features/Home/EditHome"
17 17
import Notification from './features/Notification/Notification'
18 18
import { Fragment } from 'react'
19
import Administration from "./features/Administration/Administration"
20
import Register from "./features/Auth/Register"
19 21

  
20 22
const App = () => {
21 23
    return (
......
33 35
                                element={<RoutedCatalogItemDetail />}
34 36
                            />
35 37
                            <Route path="/login" element={<Login />} />
38
                            <Route path="/register" element={<Register />} />
36 39
                            <Route path="/logout" element={<Logout />} />
37 40
                            <Route path="/map" element={<TrackingTool />} />
41
                            <Route path="/administration" element={<Administration />}/>
38 42
                            <Route path="*" element={<NotFound />} />
39 43
                        </Routes>
40 44
                    </Box>

Také k dispozici: Unified diff