import { TransferForm } from "./client";

export default function TransferPage() {
  return <TransferForm />;
}
