From 025604c4cd8eee0dc1c4ebc3b0e50591eb28bbdc Mon Sep 17 00:00:00 2001 From: Kim Gardner Date: Tue, 20 Mar 2018 14:53:28 -0400 Subject: [PATCH] Remove comments and example code --- plugins/talk-plugin-downvote/client/index.js | 18 ------------------ plugins/talk-plugin-upvote/client/index.js | 18 ------------------ 2 files changed, 36 deletions(-) diff --git a/plugins/talk-plugin-downvote/client/index.js b/plugins/talk-plugin-downvote/client/index.js index 11eee3bda..dc60178db 100644 --- a/plugins/talk-plugin-downvote/client/index.js +++ b/plugins/talk-plugin-downvote/client/index.js @@ -1,21 +1,3 @@ -/** - This is a client index example file and it could look like this: - - ``` - import LoveButton from './components/LoveButton'; - - export default { - slots: { - commentReactions: [LoveButton] - }, - reducer, - translations - }; - ``` - - To read more info on how to build client plugins. Please, go to: https://docs.coralproject.net/talk/plugins-client - */ - import DownvoteButton from './components/DownvoteButton'; export default { diff --git a/plugins/talk-plugin-upvote/client/index.js b/plugins/talk-plugin-upvote/client/index.js index 4f88ee194..fd81298da 100644 --- a/plugins/talk-plugin-upvote/client/index.js +++ b/plugins/talk-plugin-upvote/client/index.js @@ -1,21 +1,3 @@ -/** - This is a client index example file and it could look like this: - - ``` - import LoveButton from './components/LoveButton'; - - export default { - slots: { - commentReactions: [LoveButton] - }, - reducer, - translations - }; - ``` - - To read more info on how to build client plugins. Please, go to: https://docs.coralproject.net/talk/plugins-client - */ - import UpvoteButton from './components/UpvoteButton'; export default {