import React from 'react' import {connect} from 'umi' const Index = () => { return (
index
) } export default connect(() => ({}))(Index);