Skip to content

Commit 9350047

Browse files
committed
fix type error
1 parent f11bc33 commit 9350047

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pages/media/AttachmentModalScreen/routes/TransactionReceiptModalContent.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ import AttachmentModalContainer from '@pages/media/AttachmentModalScreen/Attachm
2929
import type {AttachmentModalScreenProps} from '@pages/media/AttachmentModalScreen/types';
3030
import CONST from '@src/CONST';
3131
import ONYXKEYS from '@src/ONYXKEYS';
32-
import ROUTES, {type Route} from '@src/ROUTES';
32+
import ROUTES from '@src/ROUTES';
33+
import type {Route} from '@src/ROUTES';
3334
import type SCREENS from '@src/SCREENS';
3435
import type {ReceiptSource} from '@src/types/onyx/Transaction';
3536
import type {FileObject} from '@src/types/utils/Attachment';

0 commit comments

Comments
 (0)