mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 02:01:22 +00:00
* 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>
12 lines
292 B
TypeScript
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';
|