Files
2018-02-21 18:03:46 +01:00

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,
};