From c62036241006e269992233183d6c6e72863cc889 Mon Sep 17 00:00:00 2001 From: Joel Jeremy Marquez Date: Wed, 3 Apr 2024 09:25:09 -0700 Subject: [PATCH] Fix lint error --- .../src/components/mobile/transactions/FocusableAmountInput.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/desktop-client/src/components/mobile/transactions/FocusableAmountInput.tsx b/packages/desktop-client/src/components/mobile/transactions/FocusableAmountInput.tsx index 106682283be..85f7c6a0975 100644 --- a/packages/desktop-client/src/components/mobile/transactions/FocusableAmountInput.tsx +++ b/packages/desktop-client/src/components/mobile/transactions/FocusableAmountInput.tsx @@ -1,5 +1,4 @@ import React, { - type MutableRefObject, type Ref, type ComponentPropsWithRef, type HTMLProps,