Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
anyongjitiger committed Dec 7, 2023
1 parent 674d060 commit fe5a7d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/libs/UserUtils.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import Str from 'expensify-common/lib/str';
import _ from 'lodash';
import Onyx, {OnyxEntry} from 'react-native-onyx';
import {SvgProps} from 'react-native-svg';
import {ValueOf} from 'type-fest';
import Onyx, { OnyxEntry } from 'react-native-onyx';
import _ from 'lodash';
import ONYXKEYS from '@src/ONYXKEYS';
import { PersonalDetails } from '@src/types/onyx';
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 {PersonalDetails} from '@src/types/onyx';
import Login from '@src/types/onyx/Login';
import hashCode from './hashCode';

Expand Down

0 comments on commit fe5a7d9

Please sign in to comment.