summaryrefslogtreecommitdiff
path: root/history/es/createHashHistory.js
diff options
context:
space:
mode:
Diffstat (limited to 'history/es/createHashHistory.js')
-rw-r--r--history/es/createHashHistory.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/history/es/createHashHistory.js b/history/es/createHashHistory.js
new file mode 100644
index 0000000..ff40c25
--- /dev/null
+++ b/history/es/createHashHistory.js
@@ -0,0 +1,7 @@
+'use strict';
+
+import warnAboutDeprecatedESMImport from './warnAboutDeprecatedESMImport.js';
+warnAboutDeprecatedESMImport('createHashHistory');
+
+import { createHashHistory } from '../esm/history.js';
+export default createHashHistory;