mirror of
https://github.com/wassname/talk.git
synced 2026-07-16 11:22:16 +08:00
10 lines
204 B
JavaScript
10 lines
204 B
JavaScript
import GlobalSwitchoff from './components/GlobalSwitchoff';
|
|
import translations from './translations.yml';
|
|
|
|
export default {
|
|
translations,
|
|
slots: {
|
|
adminStreamSettings: [GlobalSwitchoff],
|
|
},
|
|
};
|