refactor more hooks

This commit is contained in:
2022-07-25 13:11:40 -04:00
parent 37feb305ff
commit cf106e46da
18 changed files with 246 additions and 296 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import HCaptcha from "@hcaptcha/react-hcaptcha";
import { useHasMounted } from "../../hooks/use-has-mounted";
import { useTheme } from "../../hooks/use-theme";
import useHasMounted from "../../hooks/useHasMounted";
import useTheme from "../../hooks/useTheme";
export type CaptchaProps = {
size?: "normal" | "compact" | "invisible";