hensei-web/node_modules/history/es/createHashHistory.js
2020-09-11 06:44:42 -07:00

7 lines
234 B
JavaScript

'use strict';
import warnAboutDeprecatedESMImport from './warnAboutDeprecatedESMImport.js';
warnAboutDeprecatedESMImport('createHashHistory');
import { createHashHistory } from '../esm/history.js';
export default createHashHistory;