UNPKG

162 BJavaScriptView Raw
1import createNamedContext from "./createNamedContext";
2
3const historyContext = /*#__PURE__*/ createNamedContext("Router-History");
4export default historyContext;