Update changes
Dieser Commit ist enthalten in:
@ -9,6 +9,8 @@ import UserManagement from './views/UserManagement'
|
||||
import EmailSettings from './views/EmailSettings'
|
||||
import SyncSettings from './views/SyncSettings'
|
||||
import OrganizationEditor from './views/OrganizationEditor'
|
||||
import OfficialTitles from './views/OfficialTitles'
|
||||
import Positions from './views/Positions'
|
||||
import { useEffect } from 'react'
|
||||
|
||||
function App() {
|
||||
@ -40,6 +42,8 @@ function App() {
|
||||
<Route path="/users" element={<UserManagement />} />
|
||||
<Route path="/users/create-employee" element={<CreateEmployee />} />
|
||||
<Route path="/email-settings" element={<EmailSettings />} />
|
||||
<Route path="/positions" element={<Positions />} />
|
||||
<Route path="/official-titles" element={<OfficialTitles />} />
|
||||
<Route path="/sync" element={<SyncSettings />} />
|
||||
<Route path="*" element={<Navigate to="/" replace />} />
|
||||
</Routes>
|
||||
@ -48,4 +52,4 @@ function App() {
|
||||
)
|
||||
}
|
||||
|
||||
export default App
|
||||
export default App
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren