Files
talk/scripts/templates/plugin/client/index.js
T
Belen Curcio 7c753ee518 create-plugin
2017-07-05 16:41:52 -03:00

21 lines
400 B
JavaScript

/**
This is a client index example file and it should 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://coralproject.github.io/talk/plugins-client.html
*/
export default {};