mirror of
https://github.com/wassname/talk.git
synced 2026-07-02 22:14:11 +08:00
12 lines
225 B
JavaScript
12 lines
225 B
JavaScript
import Toggle from './containers/Toggle';
|
|
import translations from './translations.yml';
|
|
import graphql from './graphql';
|
|
|
|
export default {
|
|
slots: {
|
|
notificationSettings: [Toggle],
|
|
},
|
|
translations,
|
|
...graphql,
|
|
};
|