Adding coral-plugin-api

This commit is contained in:
Belen Curcio
2017-05-10 14:57:24 -03:00
parent cb45e33b41
commit 644d00d5d8
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
import hocs from '../coral-framework/hocs';
export default {
...hocs
};
@@ -3,7 +3,7 @@ import {Icon} from 'coral-ui';
import styles from './styles.css';
import {I18n} from 'coral-framework';
import translations from './translations.json';
import {withReaction} from 'coral-framework';
import {withReaction} from 'coral-plugin-api';
const lang = new I18n(translations);
class LoveButton extends React.Component {