Files
talk/plugins/coral-plugin-like/client/index.js
T
2017-05-01 12:00:44 -03:00

8 lines
121 B
JavaScript

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