GoScrobble/web/node_modules/react-router/modules/HistoryContext.js

5 lines
161 B
JavaScript
Raw Normal View History

2022-04-25 02:47:15 +00:00
import createNamedContext from "./createNameContext";
const historyContext = /*#__PURE__*/ createNamedContext("Router-History");
export default historyContext;