import React from 'react'; import Title from 'views/Wallet/components/Title'; import Content from 'views/Wallet/components/Content'; const EthereumTransactions = () => { return ( Ethereum Transactions ); }; export default EthereumTransactions;