UNPKG

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