import styles from './another.module.scss' export default function Page() { return <p className={styles.first}>Hello from index</p> }