mirror of https://github.com/franjsco/tomadoro
Remove unnecessary import
This commit is contained in:
parent
ce17c02422
commit
622121b96e
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue