Skip to content

Commit

Permalink
removing more unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
rlinoz committed Feb 13, 2024
1 parent f90280b commit f13db5d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/libs/UserUtils.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
import Str from 'expensify-common/lib/str';
import _ from 'lodash';
import type {OnyxEntry} from 'react-native-onyx';
import Onyx from 'react-native-onyx';
import type {ValueOf} from 'type-fest';
import * as defaultAvatars from '@components/Icon/DefaultAvatars';
import {ConciergeAvatar, FallbackAvatar} from '@components/Icon/Expensicons';
import CONST from '@src/CONST';
import ONYXKEYS from '@src/ONYXKEYS';
import type {PersonalDetailsList} from '@src/types/onyx';
import type Login from '@src/types/onyx/Login';
import type IconAsset from '@src/types/utils/IconAsset';
import hashCode from './hashCode';
Expand Down

0 comments on commit f13db5d

Please sign in to comment.