Files
Bubberstation/tgui/packages/tgui-panel/chat/index.ts
SkyratBot 38da3d6625 [MIRROR] Renames js files into "proper" jsx [MDB IGNORE] (#25176)
* Renames js files into "proper" jsx

* Rename skyrat js

---------

Co-authored-by: Jeremiah <42397676+jlsnow301@users.noreply.github.com>
Co-authored-by: Giz <13398309+vinylspiders@users.noreply.github.com>
2023-11-21 22:30:49 -05:00

12 lines
292 B
TypeScript

/**
* @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';