import { WithdrawForm } from "./client";

export default function WithdrawPage() {
  return <WithdrawForm />;
}
