Files
boc/landvex/node_modules/react-router/modules/HistoryContext.js
T

5 lines
162 B
JavaScript
Raw Normal View History

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