Merge remote-tracking branch 'origin/main' into dev_replit_v2

This commit is contained in:
2025-05-23 17:29:50 +05:30
31 changed files with 66 additions and 183 deletions

View File

@@ -14,10 +14,9 @@ import { useAuth } from "@/hooks/use-auth";
import { apiRequest, queryClient } from "@/lib/queryClient";
import { AppointmentsByDay } from "@/components/analytics/appointments-by-day";
import { NewPatients } from "@/components/analytics/new-patients";
import {
AppointmentUncheckedCreateInputObjectSchema,
PatientUncheckedCreateInputObjectSchema,
} from "@repo/db/shared/schemas";
import { AppointmentUncheckedCreateInputObjectSchema } from '@repo/db/usedSchemas';
import { PatientUncheckedCreateInputObjectSchema } from '@repo/db/usedSchemas';
import {
Users,
Calendar,