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

5 lines
161 B
JavaScript

import createNamedContext from "./createNameContext";
const historyContext = /*#__PURE__*/ createNamedContext("Router-History");
export default historyContext;