import React from 'react'; import classnames from 'classnames'; import WalletBalance from 'component/walletBalance'; import RewardSummary from 'component/rewardSummary'; import TransactionListRecent from 'component/transactionListRecent'; import WalletAddress from 'component/walletAddress'; import Page from 'component/page'; import UnsupportedOnWeb from 'component/common/unsupported-on-web'; import WalletSend from 'component/walletSend'; const WalletPage = () => ( {IS_WEB && }
); export default WalletPage;