Skip to content

Commit b04ba5a

Browse files
committed
fix: lint
1 parent 02a4591 commit b04ba5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/RoomsListView/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { useNavigation } from '@react-navigation/native';
2-
import React, { memo, useContext } from 'react';
3-
import { RefreshControl } from 'react-native';
2+
import React, { memo, useContext, useEffect } from 'react';
3+
import { BackHandler, RefreshControl } from 'react-native';
44
import { useSafeAreaFrame } from 'react-native-safe-area-context';
55
import { shallowEqual } from 'react-redux';
66
import { FlashList } from '@shopify/flash-list';

0 commit comments

Comments
 (0)