update customer edit form in the middle,

This commit is contained in:
louiscklaw
2025-04-23 01:01:31 +08:00
parent adc04a1a40
commit c8d184465a
5 changed files with 448 additions and 191 deletions

View File

@@ -11,6 +11,7 @@ import { useTranslation } from 'react-i18next';
import { paths } from '@/paths';
import { CrCategoryEditForm } from '@/components/dashboard/cr/categories/cr-category-edit-form';
import { CustomerEditForm } from '@/components/dashboard/customer/customer-edit-form';
export default function Page(): React.JSX.Element {
const { t } = useTranslation(['lp_categories']);