mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 14:56:43 +08:00
12 lines
226 B
JavaScript
12 lines
226 B
JavaScript
import Settings from './containers/Settings';
|
|
import translations from './translations.yml';
|
|
import graphql from './graphql';
|
|
|
|
export default {
|
|
slots: {
|
|
profileSettings: [Settings],
|
|
},
|
|
translations,
|
|
...graphql,
|
|
};
|