summaryrefslogtreecommitdiff
path: root/history/es/createHashHistory.js
blob: ff40c25b88778e7fa44c06ccbdfd66e75494d4f9 (plain)
1
2
3
4
5
6
7
'use strict';

import warnAboutDeprecatedESMImport from './warnAboutDeprecatedESMImport.js';
warnAboutDeprecatedESMImport('createHashHistory');

import { createHashHistory } from '../esm/history.js';
export default createHashHistory;