Build issue resolution

This commit is contained in:
Stephanos A
2026-07-22 19:50:49 +03:00
parent e9a43fe454
commit 614fab806d

View File

@@ -10,7 +10,6 @@ import {
ChevronLeft,
Calendar,
MapPin,
Users,
Clock,
Train,
Bus,
@@ -18,7 +17,6 @@ import {
AlertCircle,
Loader2,
ArrowRight,
Tag,
Shield,
X,
Star,
@@ -697,8 +695,6 @@ export default function PackageDetailPage() {
const origin = pkg.outboundSchedule?.originStation;
const destination = pkg.outboundSchedule?.destinationStation;
const availableSeats = pkg.totalCapacity - pkg.bookedCount;
return (
<div className="min-h-screen bg-gray-50 dark:bg-gray-950">
{/* Passenger count modal */}