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