UNPKG

infrastructure-components

Version:

Infrastructure-Components configure the infrastructure of your React-App as part of your React-Components.

7 lines (5 loc) 235 B
export * from "react-router"; export { default as BrowserRouter } from "./BrowserRouter"; export { default as HashRouter } from "./HashRouter"; export { default as Link } from "./Link"; export { default as NavLink } from "./NavLink";