import ClientWalletContent from "./content";

export default async function wallet(params: any) {
  return <ClientWalletContent />;
}
