mirror of
https://github.com/reiyua/TombayRetirementTimer.git
synced 2026-01-20 16:37:48 +00:00
Remove unneeded import
This commit is contained in:
parent
be2649cd9c
commit
40b40343cc
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue