8 lines
234 B
JavaScript
8 lines
234 B
JavaScript
|
'use strict';
|
||
|
|
||
|
import warnAboutDeprecatedESMImport from './warnAboutDeprecatedESMImport.js';
|
||
|
warnAboutDeprecatedESMImport('createHashHistory');
|
||
|
|
||
|
import { createHashHistory } from '../esm/history.js';
|
||
|
export default createHashHistory;
|