import { type RouteFile } from "https://deno.land/x/udibo_react_app@0.8.0/mod.tsx";
A file containing the react component for a route. Optionally, it can export an ErrorFallback that will be used for an AppErrorBoundary on the component.
definition: { default: ComponentType; ErrorFallback?: ComponentType<FallbackProps>; boundary?: string; }