import { DisputeManagementClient } from "./client";

export default function DisputeManagementPage() {
  return <DisputeManagementClient />;
}