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