Files
CHOMPStation2/tgui/packages/tgui-panel/ping/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
206 B
TypeScript

/**
* @file
* @copyright 2020 Aleksej Komarov
* @license MIT
*/
export { pingMiddleware } from './middleware';
export { PingIndicator } from './PingIndicator';
export { pingReducer } from './reducer';