Files
ai-agent/web/app/(console)/customers/_components/edit.tsx
T
mlogclub efe801b8bf Init
2026-04-09 10:01:23 +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"