Remove unneeded import

This commit is contained in:
Ray 2024-01-04 17:44:46 +11:00
parent be2649cd9c
commit 40b40343cc
1 changed files with 2 additions and 2 deletions

View File

@ -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 }) => {