const AccountRoute = React.createClass({ render() { return (
{this.props.params.account_id}
) } }); export default AccountRoute;