fix imports
This commit is contained in:
parent
ba87099e0e
commit
bbc4e53a9a
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
||||||
export { Dict } from "./dict.ts";
|
export { Dict } from "./dict.ts";
|
||||||
export { Gueser } from "./guesser.ts";
|
export { Guesser } from "./guesser.ts";
|
||||||
export { Simulator } from "./game/simulator.ts";
|
export { Simulator } from "./game/simulator.ts";
|
||||||
|
export { Runner } from "./runner.ts";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue