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