UNPKG

188 BJavaScriptView Raw
1import warnAboutDeprecatedESMImport from "./warnAboutDeprecatedESMImport.js";
2warnAboutDeprecatedESMImport("Route");
3
4import { Route } from "../esm/react-router.js";
5export default Route;