import React from 'react'; import {Box} from '@material-ui/core'; import AccountButton from '../Nav/AccountButton'; const UnlockWallet = () => { return ( {/* */} ); }; export default UnlockWallet;