mirror of
https://github.com/wassname/talk.git
synced 2026-08-19 12:40:16 +08:00
10 lines
179 B
JavaScript
10 lines
179 B
JavaScript
import Settings from './containers/Settings';
|
|
import translations from './translations.yml';
|
|
|
|
export default {
|
|
slots: {
|
|
profileSettings: [Settings],
|
|
},
|
|
translations,
|
|
};
|