import UpvoteButton from './components/UpvoteButton'; export default { slots: { commentReactions: [UpvoteButton], }, };