Skip to content

Commit

Permalink
#EX-4
Browse files Browse the repository at this point in the history
Removed unused imports
  • Loading branch information
LCOleksii committed Oct 31, 2024
1 parent d93e78c commit edf55ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/ReportUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {FallbackAvatar, IntacctSquare, NetSuiteSquare, QBOSquare, XeroSquare} fr
import * as defaultGroupAvatars from '@components/Icon/GroupDefaultAvatars';
import * as defaultWorkspaceAvatars from '@components/Icon/WorkspaceDefaultAvatars';
import type {MoneyRequestAmountInputProps} from '@components/MoneyRequestAmountInput';
import {PersonalDetailsContext, PersonalDetailsProvider} from '@src/components/OnyxProvider';
import {PersonalDetailsContext} from '@src/components/OnyxProvider';
import type {IOUAction, IOUType} from '@src/CONST';
import CONST from '@src/CONST';
import type {ParentNavigationSummaryParams} from '@src/languages/params';
Expand Down

0 comments on commit edf55ae

Please sign in to comment.