Add 'Clear All' button, table for results, custom text component

This commit is contained in:
2017-02-03 00:41:30 -07:00
parent 49d649a3b3
commit db3fb7ec0f
11 changed files with 264 additions and 59 deletions
-1
View File
@@ -11,7 +11,6 @@ class CalcApp extends Component {
render() {
const {state} = this.props;
console.log(this);
return (
<Calc state={state}/>