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