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