Skip to content

Commit 6db9d36

Browse files
committed
refactor: reorder import statements and enhance GroupItem component for better readability and structure
1 parent e78b403 commit 6db9d36

File tree

2 files changed

+168
-260
lines changed

2 files changed

+168
-260
lines changed

frontend/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import 'react-native-gesture-handler';
21
import { registerRootComponent } from 'expo';
2+
import 'react-native-gesture-handler';
33

44
import App from './App';
55

0 commit comments

Comments
 (0)