new features

This commit is contained in:
Matthias Hochmeister
2026-03-23 16:09:42 +01:00
parent e9a9478aac
commit 8c66492b27
40 changed files with 2016 additions and 117 deletions

View File

@@ -29,6 +29,7 @@ import Wissen from './pages/Wissen';
import Bestellungen from './pages/Bestellungen';
import BestellungDetail from './pages/BestellungDetail';
import Shop from './pages/Shop';
import Issues from './pages/Issues';
import AdminDashboard from './pages/AdminDashboard';
import AdminSettings from './pages/AdminSettings';
import NotFound from './pages/NotFound';
@@ -243,6 +244,14 @@ function App() {
</ProtectedRoute>
}
/>
<Route
path="/issues"
element={
<ProtectedRoute>
<Issues />
</ProtectedRoute>
}
/>
<Route
path="/admin"
element={