/* @flow */ import React from 'react'; import Content from 'views/Wallet/components/Content'; import Title from 'views/Wallet/components/Title'; const BitcoinSummary = () => { return ( Summary Bitcoin ); }; export default BitcoinSummary;