| import styles from './not-found.module.css' | |
| export default function RootNotFound() { | |
| return <h1 className={'not-found ' + styles.blackBg}>Root not found</h1> | |
| } | |
| import styles from './not-found.module.css' | |
| export default function RootNotFound() { | |
| return <h1 className={'not-found ' + styles.blackBg}>Root not found</h1> | |
| } | |