From 2399fdfac9d613d93ef53f871d016148c23745e7 Mon Sep 17 00:00:00 2001 From: M-Gabrielly Date: Wed, 24 Sep 2025 23:03:40 -0300 Subject: [PATCH] fix(consultas): corrects the name of the form component onthe query page --- susconecta/app/(main-routes)/consultas/page.tsx | 4 ++-- .../{appointment-form.tsx => calendar-registration-form.tsx} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename susconecta/components/forms/{appointment-form.tsx => calendar-registration-form.tsx} (98%) diff --git a/susconecta/app/(main-routes)/consultas/page.tsx b/susconecta/app/(main-routes)/consultas/page.tsx index ff03be3..22c84b9 100644 --- a/susconecta/app/(main-routes)/consultas/page.tsx +++ b/susconecta/app/(main-routes)/consultas/page.tsx @@ -45,7 +45,7 @@ import { } from "@/components/ui/select"; import { mockAppointments, mockProfessionals } from "@/lib/mocks/appointment-mocks"; -import { AppointmentForm } from "@/components/forms/appointment-form"; +import { CalendarRegistrationForm } from "@/components/forms/calendar-registration-form"; // --- Helper Functions --- const formatDate = (date: string | Date) => { @@ -140,7 +140,7 @@ export default function ConsultasPage() {

Editar Consulta

- {