Files
CHOMPStation2/tgui/packages/tgui-panel/chat/index.js
CHOMPStation2 eb65b5721c [MIRROR] tgchat part 1 (#7273)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: Selis <selis@xynolabs.com>
2023-11-25 13:36:55 +01: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';