PromucFlow_constructor/app/client/src/utils/history.ts
2019-10-25 05:35:20 +00:00

3 lines
95 B
TypeScript

const createHistory = require("history").createBrowserHistory;
export default createHistory();