import React from 'react'; const Account = props => { return (

Account

); }; export default Account;