FunctionAddDialog({
title,
url,
userRole,
children,
className,
...rest
}: AddDialogProps)
src/components/AddDialog.tsx:50
FunctionEditDialog({
first,
last,
userEmail,
url,
id,
userRole,
}: EditDialogProps)
src/components/EditDialog.tsx:29
FunctionHome({
employees,
newClients,
totalClients,
weekySales,
totalSales,
}: HomeProps)
src/components/dashboard/Home.tsx:20