Skip to content

Commit 61a3dfc

Browse files
committed
chore: format code
1 parent bf4945a commit 61a3dfc

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/screens/tweets/TweetDetailScreen.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
import { useCallback, useEffect, useMemo, useRef, useState } from 'react';
22

33
import {
4-
ActivityIndicator,
5-
Keyboard,
6-
KeyboardAvoidingView,
7-
Platform,
8-
Pressable,
9-
RefreshControl,
10-
Text,
11-
View,
4+
ActivityIndicator,
5+
Keyboard,
6+
KeyboardAvoidingView,
7+
Platform,
8+
Pressable,
9+
RefreshControl,
10+
Text,
11+
View,
1212
} from 'react-native';
1313

1414
import { RouteProp, useNavigation, useRoute } from '@react-navigation/native';

0 commit comments

Comments
 (0)