import { WalletDashboard } from "./client";

export default function WalletPage() {
  return <WalletDashboard />;
}
