refactoring

This commit is contained in:
2025-11-10 13:56:22 +01:00
parent 33626c7e45
commit 36e8f0e5bc
4 changed files with 0 additions and 246 deletions

View File

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