"use client" import { useAccount } from "@/lib/providers/jazz-provider" export const ProfileWrapper = () => { const account = useAccount() return (
Profile Page