fix imports

This commit is contained in:
JOLIMAITRE Matthieu 2024-04-30 16:41:13 +02:00
parent ba87099e0e
commit bbc4e53a9a

View file

@ -1,3 +1,4 @@
export { Dict } from "./dict.ts";
export { Gueser } from "./guesser.ts";
export { Guesser } from "./guesser.ts";
export { Simulator } from "./game/simulator.ts";
export { Runner } from "./runner.ts";