We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38f33b0 commit 4921983Copy full SHA for 4921983
lib/index.js
@@ -1,3 +1,3 @@
1
-import createSort from './create-sort';
2
-import loadConfig from './load-config';
+import createSort from './create-sort.js';
+import loadConfig from './load-config.js';
3
export default createSort(loadConfig());
0 commit comments