refactoring

This commit is contained in:
2025-11-10 13:49:49 +01:00
parent 7b3625ae3b
commit 33626c7e45
6 changed files with 106 additions and 309 deletions

View File

@@ -10,6 +10,7 @@ const NavigationTabs = ({ isAdmin, onProtectedNavigate }) => {
const tabs = [
{ to: '/', label: 'Konfiguration' },
{ to: '/legacy', label: 'Tabelleneditor' },
{ to: '/admin', label: 'Admin' }
];