This commit is contained in:
Belen Curcio
2017-07-20 11:50:13 -03:00
parent 8f820ace5b
commit eb3a9431f9
44 changed files with 157 additions and 157 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ We can easily trigger `Talk` actions in our plugin Components.
import React, {Component} from 'react';
import {connect} from 'react-redux';
import {bindActionCreators} from 'redux';
import {addTag, removeTag} from 'coral-plugin-commentbox/actions';
import {addTag, removeTag} from 'talk-plugin-commentbox/actions';
class MyButton extends Component {
render() {