nyx-dashboard/pages/404.js

3 lines
80 B
JavaScript
Raw Normal View History

2021-06-20 15:49:56 +02:00
export default function Custom404() {
return <h1>404 - Page Not Found</h1>
}