import RespectButton from './containers/RespectButton'; import translations from './translations.json'; export default { translations, slots: { commentActions: [RespectButton], } };