Files
talk/plugins/talk-plugin-featured/client/index.js
T
2017-07-10 20:46:28 +07:00

10 lines
170 B
JavaScript

import Tab from './containers/Tab';
import TabPane from './containers/TabPane';
export default {
slots: {
streamTabs: [Tab],
streamTabPanes: [TabPane],
}
};