Skip to content

Commit

Permalink
make the DEFAULT class operate like the rest
Browse files Browse the repository at this point in the history
  • Loading branch information
NetOpWibby committed Nov 26, 2022
1 parent 4fedd2c commit b5337f8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions mod.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@



/// import

import { DEFAULT } from "./src/default.ts";



/// export

export default new DEFAULT();
export { DEFAULT } from "./src/default.ts";

export { Answer } from "./src/answer.ts";
export { Name } from "./src/name.ts";
Expand Down

0 comments on commit b5337f8

Please sign in to comment.