Skip to content

Commit f1a487a

Browse files
🤖 refactor: Use ESM import syntax.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/b6b4f0332a3361f6005cf1c244b958f3cbcd1d1b/src/transforms/codemod:use-esm-import-syntax.js Please contact the author of the transform if you believe there was an error.
1 parent 446d07f commit f1a487a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/deque.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import {
1919
Deque,
2020
SingleElementDeque,
2121
EmptyDeque
22-
} from '../../src';
22+
} from "../../src/index.js";
2323

2424
test('Deque base class', t => {
2525
const d = new Deque();

0 commit comments

Comments
 (0)