import React from 'react' import * as styles from './hello.module.css' export default function Page() { return ( <> <p className={styles['text']}>pages-another/hello</p> </> ) }