import { NotFound } from "https://deno.land/x/udibo_react_app@0.19.0/error.tsx";
A component that can be used to throw a 404 not found error. It is used as the default wildcard route at the top level of the app.
x/udibo_react_app/error.tsx>NotFound
import { NotFound } from "https://deno.land/x/udibo_react_app@0.19.0/error.tsx";
A component that can be used to throw a 404 not found error. It is used as the default wildcard route at the top level of the app.