Skip to content

Commit

Permalink
Fix broken imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
hossein-zare committed May 25, 2021
1 parent 4895f50 commit e968cc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/RenderListItem.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { LIST_MODE } from 'constants';
import React, {
useMemo,
useCallback,
Expand All @@ -14,6 +13,8 @@ import {
TouchableOpacity as TouchableOpacityGestureHandler
} from 'react-native-gesture-handler';

import { LIST_MODE } from '../constants';

function RenderListItem({
rtl,
item,
Expand Down

0 comments on commit e968cc3

Please sign in to comment.