1 2 3 4 5
import "./index.css"; export default function NotFoundPage() { return <div className="page-404">Ah-oh, 404!</div>; }