import React, {Component} from 'react'; import {Icon, Row, Col} from 'antd'; import './index.css' import avatar from '../images/avatar.jpg'; class AccountConfig extends Component { constructor(props) { super(props); this.state = {}; } render() { return (