We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9175a8e commit 2c2e1abCopy full SHA for 2c2e1ab
src/useTimer.ts renamed to src/hooks/useTimer/useTimer.ts
@@ -1,5 +1,5 @@
1
import { useState } from "react";
2
-import Timer from "./index";
+import Timer from "../../index";
3
4
const useTimer = () => {
5
const [timer] = useState(new Timer());
0 commit comments