File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ import useThemeStyles from '@hooks/useThemeStyles';
1010import { isReceiptError , isTranslationKeyError } from '@libs/ErrorUtils' ;
1111import fileDownload from '@libs/fileDownload' ;
1212import handleRetryPress from '@libs/ReceiptUploadRetryHandler' ;
13- import type { ReceiptError } from '@src/types/onyx/Transaction' ;
1413import type { TranslationKeyError } from '@src/types/onyx/OnyxCommon' ;
14+ import type { ReceiptError } from '@src/types/onyx/Transaction' ;
1515import ConfirmModal from './ConfirmModal' ;
1616import Icon from './Icon' ;
1717import * as Expensicons from './Icon/Expensicons' ;
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ import useLocalize from '@hooks/useLocalize';
55import useTheme from '@hooks/useTheme' ;
66import useThemeStyles from '@hooks/useThemeStyles' ;
77import CONST from '@src/CONST' ;
8+ import type { TranslationKeyError } from '@src/types/onyx/OnyxCommon' ;
89import type { ReceiptError } from '@src/types/onyx/Transaction' ;
910import { isEmptyObject } from '@src/types/utils/EmptyObject' ;
10- import type { TranslationKeyError } from '@src/types/onyx/OnyxCommon' ;
1111import DotIndicatorMessage from './DotIndicatorMessage' ;
1212import Icon from './Icon' ;
1313import * as Expensicons from './Icon/Expensicons' ;
Original file line number Diff line number Diff line change 11import type { ValueOf } from 'type-fest' ;
22import type { AvatarSource } from '@libs/UserUtils' ;
33import type CONST from '@src/CONST' ;
4- import type { TranslationPaths } from '@src/languages/types' ;
4+ import type { TranslationPaths } from '@src/languages/types' ;
55
66/** Pending onyx actions */
77type PendingAction = ValueOf < typeof CONST . RED_BRICK_ROAD_PENDING_ACTION > | null ;
You can’t perform that action at this time.
0 commit comments