3 lines
80 B
JavaScript
3 lines
80 B
JavaScript
|
export default function Custom404() {
|
||
|
return <h1>404 - Page Not Found</h1>
|
||
|
}
|