import React from 'react' import useAccount from '../hooks/useAccount' function MyComponent() { const [account, setAccount] = useAccount() return