Jack Mallers
7 years ago
6 changed files with 26 additions and 17 deletions
@ -0,0 +1,17 @@ |
|||
import React from 'react' |
|||
import PropTypes from 'prop-types' |
|||
import styles from './WalletDetails.scss' |
|||
|
|||
const WalletDetails = () => { |
|||
return ( |
|||
<div className={styles.walletdetails}> |
|||
wallet details |
|||
</div> |
|||
) |
|||
} |
|||
|
|||
WalletDetails.propTypes = { |
|||
|
|||
} |
|||
|
|||
export default WalletDetails |
Loading…
Reference in new issue