import style from '../css/404.module.css' export default function NotFound() { return ( <div id="notFound" className={`global ${style.notFound}`}> error </div> ) }