Remove unneeded import
This commit is contained in:
parent
be2649cd9c
commit
40b40343cc
|
@ -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 }) => {
|
||||
|
|
Loading…
Reference in New Issue