stargaze-studio/pages/404.tsx

5 lines
89 B
TypeScript
Raw Normal View History

2022-07-13 13:56:36 +00:00
// pages/404.js
export default function Custom404() {
return <h1>Page Not Found</h1>
}