Dental v1 done

This commit is contained in:
2025-05-21 16:54:25 +05:30
parent b46824ff98
commit 4d9678a0ea
26 changed files with 81 additions and 47 deletions

View File

@@ -4,8 +4,7 @@ import {
useMutation,
UseMutationResult,
} from "@tanstack/react-query";
// import { insertUserSchema, User as SelectUser, InsertUser } from "@repo/db/shared/schemas";
import { UserUncheckedCreateInputObjectSchema } from "@repo/db/shared/schemas";
import { UserUncheckedCreateInputObjectSchema } from "@repo/db/usedSchemas";
import { z } from "zod";
import { getQueryFn, apiRequest, queryClient } from "../lib/queryClient";
import { useToast } from "@/hooks/use-toast";