mirror of
https://github.com/wassname/talk.git
synced 2026-07-10 05:07:41 +08:00
10 lines
170 B
JavaScript
10 lines
170 B
JavaScript
import ViewingOptions from './containers/ViewingOptions';
|
|
import reducer from './reducer';
|
|
|
|
export default {
|
|
reducer,
|
|
slots: {
|
|
streamBox: [ViewingOptions]
|
|
}
|
|
};
|