Skip to content

Commit 48aaed4

Browse files
committed
edit mod.ts
1 parent d5d2bfe commit 48aaed4

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/mod.ts

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
import * as easy from "./easy.ts";
2-
import * as medium from "./medium.ts";
3-
import * as hard from "./hard.ts";
4-
import * as utils from "./utils.ts";
5-
6-
export { easy, hard, medium, utils };
1+
export * as easy from "./easy.ts";
2+
export * as medium from "./medium.ts";
3+
export * as hard from "./hard.ts";
4+
export * as utils from "./utils.ts";

0 commit comments

Comments
 (0)