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