summaryrefslogtreecommitdiff
path: root/history/createHashHistory.js
diff options
context:
space:
mode:
Diffstat (limited to 'history/createHashHistory.js')
-rw-r--r--history/createHashHistory.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/history/createHashHistory.js b/history/createHashHistory.js
new file mode 100644
index 0000000..7686422
--- /dev/null
+++ b/history/createHashHistory.js
@@ -0,0 +1,3 @@
+'use strict';
+require('./warnAboutDeprecatedCJSRequire.js')('createHashHistory');
+module.exports = require('./index.js').createHashHistory;