Files
CHOMPStation2/tgui/packages/tgui-panel/ping/index.js
Chompstation Bot 331e5230d6 TGUI 4.3
2021-06-19 04:46:36 -04:00

10 lines
206 B
JavaScript

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