From 1d45cae31856336fdf44ed250fbaac4705e2e82c Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Sat, 19 Aug 2017 17:38:20 +0200 Subject: [PATCH] Remove useless extra container and import from App component. --- src/App.jsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 40bfbe5..517b384 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -3,7 +3,6 @@ import PropTypes from 'prop-types'; import moment from 'moment-timezone'; import Countdown from './Countdown'; import Header from './Header'; -import ProgressCircle from './ProgressCircle'; import getUpcomingDate from './getUpcomingDate'; import style from './App.sass'; @@ -61,12 +60,10 @@ class App extends React.Component {
-
-

+

The next VIzon draw is on {nextUpcomingDate.format('dddd')}, {nextUpcomingDate.format('L LT')}. -

- -
+

+
);