Skip to content

Commit 9a11ace

Browse files
committed
fix lint
1 parent cffc6b0 commit 9a11ace

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/pages/settings/Profile/Contacts/NewContactMethodPage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ import type SCREENS from '@src/SCREENS';
2626
import INPUT_IDS from '@src/types/form/NewContactMethodForm';
2727
import type {LoginList} from '@src/types/onyx';
2828
import type {Errors} from '@src/types/onyx/OnyxCommon';
29-
import {isEmptyObject} from '@src/types/utils/EmptyObject';
3029

3130
type NewContactMethodPageOnyxProps = {
3231
/** Login list for the user that is signed in */

src/pages/settings/Profile/Contacts/ValidateCodeForm/BaseValidateCodeForm.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import CONST from '@src/CONST';
2424
import type {TranslationPaths} from '@src/languages/types';
2525
import ONYXKEYS from '@src/ONYXKEYS';
2626
import type {Account, LoginList} from '@src/types/onyx';
27-
import type {Errors} from '@src/types/onyx/OnyxCommon';
2827
import {isEmptyObject} from '@src/types/utils/EmptyObject';
2928

3029
type ValidateCodeFormHandle = {

0 commit comments

Comments
 (0)