mirror of
https://github.com/franjsco/tomadoro
synced 2025-03-02 18:17:42 +01:00
edit App.js
This commit is contained in:
parent
26c6c0564a
commit
22c738602f
29
src/App.js
29
src/App.js
@ -1,21 +1,30 @@
|
|||||||
import React, { Component } from 'react';
|
import React, { Component } from 'react';
|
||||||
import Timer from './components/Timer';
|
import Timer from './components/Timer';
|
||||||
|
import ButtonBox from './components/ButtonBox';
|
||||||
import './App.css';
|
import './App.css';
|
||||||
|
|
||||||
class App extends Component {
|
class App extends Component {
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<div className="App">
|
<div className="App">
|
||||||
<div className="App-header title">
|
<div
|
||||||
tomadoro
|
className="App-header title"
|
||||||
</div>
|
>
|
||||||
<Timer />
|
tomadoro
|
||||||
<div className="footer">
|
</div>
|
||||||
<p>
|
|
||||||
<a href="https://github.com/frab1t/tomadoro">tomadoro</a>{` `}
|
<div>
|
||||||
by <a href="https://twitter.com/frab1t">@frab1t</a> (Francesco Esposito)
|
<Timer />
|
||||||
</p>
|
</div>
|
||||||
</div>
|
|
||||||
|
<div
|
||||||
|
className="footer"
|
||||||
|
>
|
||||||
|
<p>
|
||||||
|
<a href="https://github.com/frab1t/tomadoro">tomadoro</a>{` `}
|
||||||
|
by <a href="https://twitter.com/frab1t">@frab1t</a> (Francesco Esposito)
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user