mirror of
https://github.com/wassname/talk.git
synced 2026-08-06 13:41:02 +08:00
Adding coral-plugin-api
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user