Files
ai-agent/dashboard/app/(dashboard)/customers/_components/edit.tsx
T
2026-04-15 17:20:57 +08:00

5 lines
200 B
TypeScript

"use client"
export { CustomerFormDialog, type CustomerFormDialogProps } from "@/components/customer-form-dialog"
export { CustomerFormDialog as EditDialog } from "@/components/customer-form-dialog"