pege404.js 109 B

1234
  1. const Page404 = () => <h1 align="center" style={{fontSize: '50px'}}>Error 404</h1>;
  2. export default Page404;