"use client"; import { createDeliveryPhasePage } from "@/modules/delivery/components/DeliveryPhaseGate"; import { PHASE_REGISTRY } from "@/modules/delivery/constants/phaseRegistry"; export const DriverPerformancePage = createDeliveryPhasePage(PHASE_REGISTRY.driverPerformance); export default DriverPerformancePage;