spaceout/front_end/node_modules/react-router/modules/HistoryContext.js
2020-12-12 10:25:30 -05:00

5 lines
161 B
JavaScript

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