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