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

11 lines
250 B
JavaScript

/**
* @file
* @copyright 2020 Aleksej Komarov
* @license MIT
*/
export { useAudio } from './hooks';
export { audioMiddleware } from './middleware';
export { NowPlayingWidget } from './NowPlayingWidget';
export { audioReducer } from './reducer';