brf/client/public/components/not_found_page.tsx
2025-11-24 17:09:09 +01:00

6 lines
99 B
TypeScript

import { h } from 'preact'
export default function NotFoundPage() {
return <h1>Not Found</h1>
}