Skip to content

Commit 2c2e1ab

Browse files
refactor: move hook file
1 parent 9175a8e commit 2c2e1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/useTimer.ts renamed to src/hooks/useTimer/useTimer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { useState } from "react";
2-
import Timer from "./index";
2+
import Timer from "../../index";
33

44
const useTimer = () => {
55
const [timer] = useState(new Timer());

0 commit comments

Comments
 (0)