import React from 'react'; import AccountReview from "./accountReview" const AccountExamine = React.createClass({ render() { return ( ); } }); export default AccountExamine;