import styles from "../styles.module.css"; const Home = () => { return (

Hello World

); }; export default Home;