From 723f58293a3c2dcb10a9c9da61758d80bb369283 Mon Sep 17 00:00:00 2001 From: david Date: Sun, 12 Apr 2026 21:24:49 +0200 Subject: [PATCH] . --- .../editors/proforma-update-editor-form.tsx | 20 ------------------- 1 file changed, 20 deletions(-) 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 ( -
-
- - -
- - - -
-
-
- ); };