Skip to content

Commit

Permalink
fix export
Browse files Browse the repository at this point in the history
  • Loading branch information
neilmovva committed Feb 25, 2024
1 parent ef68545 commit f9e6bd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/engine/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ export {
ActionType,
CANT_BUZZ_FLAG,
CLUE_TIMEOUT_MS,
QUANTIZATION_FACTOR_MS,
gameEngine,
getHighestClueValue,
} from "./engine";
export type { Action } from "./engine";
export { clueIsPlayable, GameState } from "./state";
export { GameState, clueIsPlayable } from "./state";
export type { Player, State } from "./state";
export { GameEngineContext, useEngineContext } from "./use-engine-context";
export { useGameEngine, useSoloGameEngine } from "./use-game-engine";

0 comments on commit f9e6bd8

Please sign in to comment.