FunctionAppointment({
date,
type,
isPast,
showDate = false,
avatarUrl,
customerName,
showLateralBorder,
})
src/components/Appointment/index.tsx:13
FunctionAppointmentDetailsModal({
title,
componentProps: {
customerName,
avatarUrl,
date,
type,
} = {},
})
src/components/Modals/AppointmentDetailsModal/index.tsx:11
FunctionAuthLayout({
title,
children,
animation = appearFromLeft,
description,
backgroundImage,
backgroundPosition =
src/layouts/Auth/index.tsx:13
FunctionDashboardContent({
selectedDay,
currentMonth,
setSelectedDay,
setCurrentMonth,
nextAppointment,
eveningAppointment
src/pages/Dashboard/DashboardContent.tsx:26