diff --git a/modules/customer-invoices/src/web/proformas/update/ui/editors/proforma-update-editor-form.tsx b/modules/customer-invoices/src/web/proformas/update/ui/editors/proforma-update-editor-form.tsx index 697e7515..1d3e2d7c 100644 --- a/modules/customer-invoices/src/web/proformas/update/ui/editors/proforma-update-editor-form.tsx +++ b/modules/customer-invoices/src/web/proformas/update/ui/editors/proforma-update-editor-form.tsx @@ -2,13 +2,11 @@ import type { CustomerSelectionOption } from "@erp/customers"; import { Button } from "@repo/shadcn-ui/components"; -import { cn } from "@repo/shadcn-ui/lib/utils"; import { ProformaUpdateRecipientEditor } from "."; import { useTranslation } from "../../../../i18n"; import type { Proforma } from "../../../shared/entities"; -import { ProformaHeaderFieldsCard } from "../blocks/proforma-header-fields-card"; import { ProformaUpdateHeaderEditor } from "./proforma-update-header-editor"; @@ -60,22 +58,4 @@ export const ProformaUpdateEditorForm = ({ ); - - return ( -
- ); };