import { h, type FunctionComponent } from 'preact' const NotFoundPage: FunctionComponent = () => { return

Not Found

} export default NotFoundPage