Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dukenv0307 committed Jan 26, 2024
1 parent 6939350 commit 7c9c40f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Image/index.native.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {Image as ImageComponent} from 'expo-image';
import lodashGet from 'lodash/get';
import React, {useEffect, useMemo, useState} from 'react';
import {Image as RNImage} from 'react-native';
import React, { useState } from 'react';
import {withOnyx} from 'react-native-onyx';
import CONST from '@src/CONST';
import ONYXKEYS from '@src/ONYXKEYS';
Expand Down

0 comments on commit 7c9c40f

Please sign in to comment.