From 10ce4f345b7ecb94c7553146e6c03d3a010cddd9 Mon Sep 17 00:00:00 2001 From: Joel Jeremy Marquez Date: Fri, 22 Mar 2024 00:09:03 -0700 Subject: [PATCH] Fix lint error --- .../desktop-client/src/components/modals/SingleInputModal.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/desktop-client/src/components/modals/SingleInputModal.tsx b/packages/desktop-client/src/components/modals/SingleInputModal.tsx index 6b54d84433e..7ea44494095 100644 --- a/packages/desktop-client/src/components/modals/SingleInputModal.tsx +++ b/packages/desktop-client/src/components/modals/SingleInputModal.tsx @@ -9,7 +9,6 @@ import { Modal } from '../common/Modal'; import { View } from '../common/View'; import { InputField } from '../mobile/MobileForms'; import { type CommonModalProps } from '../Modals'; -import { InputField } from '../mobile/MobileForms'; type SingleInputModalProps = { modalProps: Partial;