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