import style from './css.module.css' const Page = () => <div className={style.helloWorld}>Hello world 👋</div> export default Page