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