UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

10 lines (9 loc) 185 B
import { useRouteNode } from "../router/Route"; function EmptyRoute() { const route = useRouteNode(); return null; } export { EmptyRoute }; //# sourceMappingURL=EmptyRoute.js.map