site/src/app/[locale]/not-found.tsx
Dariusz Niemczyk 9a6d46a826
Cebula.
2025-02-09 00:47:59 +01:00

6 lines
71 B
TypeScript

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