File tree 2 files changed +0
-2
lines changed
src/pages/settings/Profile/Contacts
2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ import type SCREENS from '@src/SCREENS';
26
26
import INPUT_IDS from '@src/types/form/NewContactMethodForm' ;
27
27
import type { LoginList } from '@src/types/onyx' ;
28
28
import type { Errors } from '@src/types/onyx/OnyxCommon' ;
29
- import { isEmptyObject } from '@src/types/utils/EmptyObject' ;
30
29
31
30
type NewContactMethodPageOnyxProps = {
32
31
/** Login list for the user that is signed in */
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ import CONST from '@src/CONST';
24
24
import type { TranslationPaths } from '@src/languages/types' ;
25
25
import ONYXKEYS from '@src/ONYXKEYS' ;
26
26
import type { Account , LoginList } from '@src/types/onyx' ;
27
- import type { Errors } from '@src/types/onyx/OnyxCommon' ;
28
27
import { isEmptyObject } from '@src/types/utils/EmptyObject' ;
29
28
30
29
type ValidateCodeFormHandle = {
You can’t perform that action at this time.
0 commit comments