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