GoScrobble/web/node_modules/history/es/createHashHistory.js

8 lines
234 B
JavaScript
Raw Permalink Normal View History

2022-04-25 02:47:15 +00:00
'use strict';
import warnAboutDeprecatedESMImport from './warnAboutDeprecatedESMImport.js';
warnAboutDeprecatedESMImport('createHashHistory');
import { createHashHistory } from '../esm/history.js';
export default createHashHistory;