import SEO from "../components/SEO"; const PageError404 = () => { return ( <> Error 404!! ); }; export default PageError404;