diff --git a/public/js/components/firstComp.js b/public/js/components/firstComp.js index 3adb831..932460f 100755 --- a/public/js/components/firstComp.js +++ b/public/js/components/firstComp.js @@ -69,7 +69,7 @@ var Layout = function (_Component) { _react2.default.createElement( 'div', { onClick: this.clickedBtn }, - 'clickked this' + 'clicked this' ), _react2.default.createElement( 'li', @@ -117,4 +117,4 @@ _reactDom2.default.render(_react2.default.createElement(Layout, null), app); /***/ }) -},[98]); \ No newline at end of file +},[98]);