import Layout from "./_layout" export const meta = { title: "Not found" } // nifra's catch-all renders _404 without the layout chain, so it wraps itself in the root Layout. export default function NotFound() { return (

404

That page doesn't exist.

← Back home
) }