[CANCELLED], make a button for display the history of pomodoros and rests

This commit is contained in:
2021-09-19 22:39:54 -03:00
parent 7d558fd54c
commit ac140b997a
8 changed files with 119 additions and 4 deletions

View File

@@ -1,6 +1,8 @@
import React from 'react'
import React, {useState} from 'react'
import HeaderButton from './HeaderButton'
const Header = () => {
//<HeaderButton/>
return (
<header className="header-main-page">
<h1>Pomodoro Timer</h1>

File diff suppressed because one or more lines are too long