Files
CHOMPStation2/tgui/packages/tgui-panel/game/index.ts
CHOMPStation2 85ca379bb2 [MIRROR] [TGUI 5.0 Prep] JS to JSX (#7414)
Co-authored-by: Selis <sirlionfur@hotmail.de>
Co-authored-by: Selis <selis@xynolabs.com>
2023-12-13 23:23:03 +01:00

10 lines
192 B
TypeScript

/**
* @file
* @copyright 2020 Aleksej Komarov
* @license MIT
*/
export { useGame } from './hooks';
export { gameMiddleware } from './middleware';
export { gameReducer } from './reducer';