1 parent 9794a8d commit 828ffa1Copy full SHA for 828ffa1
1 file changed
webpack_in/entry.jsx
@@ -32,7 +32,8 @@ class TextWidget extends React.Component {
32
render() {
33
return (
34
<div style={ objStyleCommon }>
35
- Some text here....
+ <div>Some text here....</div>
36
+ <button>Change text...</button>
37
</div>
38
);
39
}
0 commit comments