modmapper-web/pages/404.js
Tyler Hallada 28c50a56f1 Add sentry for error tracking
If an exception occurs on the page I'll be alerted.
2022-08-29 01:01:51 -04:00

3 lines
78 B
JavaScript

export default function Custom404() {
return <h1>404 - Page Not Found</h1>
}