File size: 185 Bytes
1e92f2d
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
import styles from './style.module.css'

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