deno.land / x / fresh@1.1.1 / tests / fixture / routes / _404.tsx

نووسراو ببینە
1
2
3
4
5
6
import { UnknownPageProps } from "$fresh/server.ts";
export default function NotFoundPage({ url }: UnknownPageProps) { return <p>404 not found: {url.pathname}</p>;}
fresh

Version Info

Tagged at
2 years ago