Files
bun-template/src/pages/NotFound.tsx
bipproduction 51c9c4f126 tambahan
2025-11-23 17:35:59 +08:00

8 lines
105 B
TypeScript

export default function NotFound() {
return (
<div>
<h1>404 Not Found</h1>
</div>
);
}