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