export const dynamic = 'force-dynamic';

import DeliveryCostsClient from "./deliveryCostClient";

export default function Page() {
  return <DeliveryCostsClient />;
}