rename users hook to user

This commit is contained in:
daniel31x13
2024-07-31 14:15:50 -04:00
parent 099bc9e054
commit be5400f7cb
19 changed files with 18 additions and 18 deletions
@@ -19,7 +19,7 @@ import PreservedFormatRow from "@/components/PreserverdFormatRow";
import getPublicUserData from "@/lib/client/getPublicUserData";
import { useTranslation } from "next-i18next";
import { BeatLoader } from "react-spinners";
import { useUser } from "@/hooks/store/users";
import { useUser } from "@/hooks/store/user";
type Props = {
onClose: Function;