1
0
mirror of https://github.com/franjsco/tomadoro synced 2024-12-12 08:16:08 +01:00

Remove unnecessary import

This commit is contained in:
Francesco Esposito 2019-04-03 23:06:50 +02:00
parent ce17c02422
commit 622121b96e

View File

@ -1,6 +1,5 @@
import React, { Component } from 'react';
import Timer from './components/Timer';
import ButtonBox from './components/ButtonBox';
import './App.css';
class App extends Component {