Files
2018-01-11 20:00:34 -07:00

10 lines
175 B
JavaScript

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