HistoryContext.js 161 B

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