Files
talk/plugins/talk-plugin-global-switchoff/client/index.js
T
2018-05-11 11:19:09 +02:00

10 lines
204 B
JavaScript

import GlobalSwitchoff from './components/GlobalSwitchoff';
import translations from './translations.yml';
export default {
translations,
slots: {
adminStreamSettings: [GlobalSwitchoff],
},
};