diff --git a/src/App.js b/src/App.js index 18db397..30cc11b 100644 --- a/src/App.js +++ b/src/App.js @@ -1,21 +1,30 @@ import React, { Component } from 'react'; import Timer from './components/Timer'; +import ButtonBox from './components/ButtonBox'; import './App.css'; class App extends Component { render() { return (
); }