diff --git a/modules/customer-invoices/src/web/proformas/shared/hooks/index.ts b/modules/customer-invoices/src/web/proformas/shared/hooks/index.ts index 87b9d49a..32a29f1c 100644 --- a/modules/customer-invoices/src/web/proformas/shared/hooks/index.ts +++ b/modules/customer-invoices/src/web/proformas/shared/hooks/index.ts @@ -4,5 +4,3 @@ export * from "./use-proforma-delete-mutation"; export * from "./use-proforma-get-query"; export * from "./use-proforma-update-mutation"; export * from "./use-proformas-list-query"; - -: