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