export const dynamic = 'force-dynamic';

import DeliveryCostForm from "@/components/admin/deliveryCost/deliveryCostForm";

const DeliveryCost = () => {
  return (
    <div>
        <DeliveryCostForm />
    </div>
  )
}

export default DeliveryCost;
