File size: 163 Bytes
1e92f2d |
1 2 3 4 5 6 |
import styles from './not-found.module.css'
export default function RootNotFound() {
return <h1 className={'not-found ' + styles.blackBg}>Root not found</h1>
}
|
1e92f2d |
1 2 3 4 5 6 |
import styles from './not-found.module.css'
export default function RootNotFound() {
return <h1 className={'not-found ' + styles.blackBg}>Root not found</h1>
}
|