Skip to content

Commit 7c9c40f

Browse files
committed
fix lint
1 parent 6939350 commit 7c9c40f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/components/Image/index.native.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import {Image as ImageComponent} from 'expo-image';
22
import lodashGet from 'lodash/get';
3-
import React, {useEffect, useMemo, useState} from 'react';
4-
import {Image as RNImage} from 'react-native';
3+
import React, { useState } from 'react';
54
import {withOnyx} from 'react-native-onyx';
65
import CONST from '@src/CONST';
76
import ONYXKEYS from '@src/ONYXKEYS';

0 commit comments

Comments
 (0)