FezVrasta/popper.js

View on GitHub
website/pages/404.js

Summary

Maintainability
A
0 mins
Test Coverage
export default function Custom404() {
  return (
    <>
      <h1>404</h1>
      <p>Sorry, this page couldn&apos;t be found.</p>
    </>
  );
}