index.js 167 Bytes
Newer Older
duanledexianxianxian's avatar
sync  
duanledexianxianxian committed
1 2 3 4 5 6 7 8
import React from "react";
import styles from "./index.less";

const Index = () => {
  return <div className={styles.root}>hello wolrd</div>;
};

export default Index;