Skip to content

Commit

Permalink
Merge pull request #19 from PranuPranav97/fix/useCountDownTimer
Browse files Browse the repository at this point in the history
fix: useCountDownTimer import fix.
  • Loading branch information
PranuPranav97 authored Jul 5, 2023
2 parents 5d375cc + 5927279 commit 05a3f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Hooks/useCountDownTimer.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Here's an example of how you can use the `useCountdownTimer` hook in a React com

```typescript
import React from "react";
import { useCountdownTimer } from "./useCountdownTimer";
import { useCountdownTimer } from "zop-hooks";

const CountdownTimerComponent = () => {
const { remainingTime, formattedTime } = useCountdownTimer({ duration: 120 });
Expand Down

0 comments on commit 05a3f42

Please sign in to comment.