Files
boc/landvex/node_modules/history/es/createHashHistory.js
T

8 lines
234 B
JavaScript
Raw Normal View History

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