diff -r 56850f5c73f6 -r cfcbf4bc66f1 client/src/components/Clock.js --- a/client/src/components/Clock.js Wed Jul 18 17:32:09 2018 +0200 +++ b/client/src/components/Clock.js Tue Aug 14 20:34:50 2018 +0200 @@ -1,5 +1,4 @@ import React, { Component } from 'react'; -import { Label } from 'react-bootstrap'; import moment from 'moment'; class Clock extends Component { @@ -24,7 +23,7 @@ render() { return ( - + { this.state.time } ); } }