Skip to content

Commit 153a6bf

Browse files
committed
[Queues and Deques]
1 parent 1ff78ec commit 153a6bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/js/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ export { parenthesesChecker } from './others/balanced-symbols';
1515
// chapter 04
1616
export { default as Queue } from './data-structures/queue';
1717
export { default as Deque } from './data-structures/deque';
18-
export { default as hotPotato } from './others/hot-potato';
19-
export { default as palindromeChecker } from './others/palindrome-checker';
18+
export { hotPotato } from './others/hot-potato';
19+
export { palindromeChecker } from './others/palindrome-checker';
2020

2121
// chapter 05
2222
export { default as LinkedList } from './data-structures/linked-list';

0 commit comments

Comments
 (0)