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