Skip to content

Commit 4bea3b8

Browse files
authored
Update bin.js
1 parent d7c54c6 commit 4bea3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import adventure from 'adventure'
33
import * as IntroductionProblem from './problems/0-introduction/index.js'
44
import * as SpaceOutProblem from './problems/1-space-out/index.js'
5-
import * as CatGifsProblem from './problems/2-cat-gifs/index.js'
5+
import * as CatMemesProblem from './problems/2-cat-gifs/index.js'
66
import * as DelegationProblem from './problems/3-delegation/index.js'
77
import * as InfiniteCompressionProblem from './problems/4-infinite-compression/index.js'
88
import * as MemesProblem from './problems/5-memes/index.js'

0 commit comments

Comments
 (0)