Skip to content

Commit

Permalink
circularCountdownTimer.module.css lowecase, must be uppercase, may be…
Browse files Browse the repository at this point in the history
… reason to build error, fixed.
  • Loading branch information
Lor3wp committed Nov 17, 2023
1 parent 289c0a7 commit 5c9d31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CircularCountdownTimer.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { CountdownCircleTimer } from 'react-countdown-circle-timer';
import Container from 'react-bootstrap/Container';
import { DEFAULT_TIME_DURATION } from '../utils/constants';
import styles from '../css/circularCountdownTimer.module.css';
import styles from '../css/CircularCountdownTimer.module.css';
import PropTypes from 'prop-types';

// Formats remaining time to hours:minutes or seconds if hours and minutes are 0
Expand Down

0 comments on commit 5c9d31c

Please sign in to comment.