Skip to content

Commit eee5355

Browse files
committed
updates import
1 parent c3a3482 commit eee5355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphs/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { createQueue } = require('../queues')
1+
const { createQueue } = require('../queues/index.js')
22

33
function createNode(key) {
44
const children = []

0 commit comments

Comments
 (0)