import React from "react"; import styles from "./index.less"; const Index = () => { return <div className={styles.root}>个人中心</div>; }; export default Index;