deno.land / x / fresh@1.1.1 / tests / fixture / routes / _404.tsx
123456import { UnknownPageProps } from "$fresh/server.ts";
export default function NotFoundPage({ url }: UnknownPageProps) { return <p>404 not found: {url.pathname}</p>;}
Version Info