import styles from './style.module.css' export default function NestedNotFound() { return ( <h1 id="not-found-component" className={styles.red}> Not Found! </h1> ) }