Plugins renaming

This commit is contained in:
Belen Curcio
2017-07-20 11:52:36 -03:00
parent eb3a9431f9
commit 6ec33a0225
115 changed files with 0 additions and 411 deletions
+9
View File
@@ -0,0 +1,9 @@
import LikeButton from './LikeButton';
import translations from './translations.yml';
export default {
translations,
slots: {
commentReactions: [LikeButton]
}
};