spaceout/front_end/node_modules/history/es/createHashHistory.js
2020-12-12 10:25:30 -05:00

8 lines
234 B
JavaScript

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