Files
desa-darmasaba/src/app/not-found.tsx
bipproduction 9bde6a2a06 tambahannya
2025-02-19 17:41:56 +08:00

8 lines
164 B
TypeScript

export default function NotFound() {
return (
<div>
<h1>Not Found</h1>
<p>This is the not found page</p>
</div>
);
}