import styles from './styles.module.css' export default function Page() { return ( <> <p className={styles.p}>hello world</p> </> ) }