From 40b40343cc3b56ff179b044ccae5b97e53881771 Mon Sep 17 00:00:00 2001 From: reiyua Date: Thu, 4 Jan 2024 17:44:46 +1100 Subject: [PATCH] Remove unneeded import --- src/CountdownTimer.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CountdownTimer.js b/src/CountdownTimer.js index fd48ec2..44f9261 100644 --- a/src/CountdownTimer.js +++ b/src/CountdownTimer.js @@ -7,7 +7,7 @@ import Container from 'react-bootstrap/Container'; import Row from 'react-bootstrap/Row'; import Col from 'react-bootstrap/Col'; import Card from 'react-bootstrap/Card'; -import Button from 'react-bootstrap/Button'; + // Create a CountdownTimer component and add variables to hold the days, hours, minutes, and seconds values returned from the useCountdown hook const CountdownTimer = ({ targetDate }) => { @@ -22,7 +22,7 @@ const CountdownTimer = ({ targetDate }) => {

Countdown to Tom's Retirement

- + {days + hours + minutes + seconds <= 0 ? (