Skip to content

Commit b307588

Browse files
committed
🐛 Fix bug
1 parent a8c64f2 commit b307588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/language/mod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export * from "./array_to_list.ts";
1+
export * from "./list.ts";
22
export * from "./bean_counting.ts";
33
export * from "./minimum.ts";
44
export * from "./is_even.ts";

0 commit comments

Comments
 (0)