Files
talk/plugins/coral-plugin-love/client/index.js
T
2017-05-08 18:05:39 -03:00

8 lines
110 B
JavaScript

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