5 lines
89 B
TypeScript
5 lines
89 B
TypeScript
// pages/404.js
|
|
export default function Custom404() {
|
|
return <h1>Page Not Found</h1>
|
|
}
|