Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-07-18 15:17:57 +02:00
parent 8363509210
commit e280cd5a34
6 changed files with 2692 additions and 2 deletions

View File

@@ -11,13 +11,15 @@ import {
XMarkIcon as XIcon,
UserIcon,
ArrowRightOnRectangleIcon as LogoutIcon,
TruckIcon
TruckIcon,
CpuChipIcon
} from '@heroicons/react/24/outline';
const navigationItems = [
{ name: 'Przekrój terenu', href: '/', icon: HomeIcon },
{ name: 'Siatka', href: '/cross', icon: GridIcon },
{ name: 'Uziomy', href: '/uziomy', icon: LightningBoltIcon },
{ name: 'Spadki napięcia', href: '/spadki', icon: CpuChipIcon },
{ name: 'Śledzenie przesyłek', href: '/tracking', icon: TruckIcon },
];