Files
S.P.L.U.R.T-Station-13/tgui/packages/tgui-panel/chat/index.js
2020-08-15 16:08:10 +08:00

12 lines
292 B
JavaScript

/**
* @file
* @copyright 2020 Aleksej Komarov
* @license MIT
*/
export { ChatPageSettings } from './ChatPageSettings';
export { ChatPanel } from './ChatPanel';
export { ChatTabs } from './ChatTabs';
export { chatMiddleware } from './middleware';
export { chatReducer } from './reducer';