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