Skip to content

Commit 3f3f5bc

Browse files
ran lint in project
1 parent db4222e commit 3f3f5bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ import { NavigationContainer } from '@react-navigation/native';
44
import * as SplashScreen from 'expo-splash-screen';
55
import { GestureHandlerRootView } from 'react-native-gesture-handler';
66
import { configure } from 'mobx';
7+
import { View } from 'react-native';
78

89
import { fontsMap } from '../constants/fonts';
910
import { rootStore } from '../stores';
1011
import AppContent from './AppContent';
11-
import { View } from 'react-native';
1212

1313
configure({
1414
enforceActions: 'never',

src/components/AppContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import * as React from 'react';
2+
import { View } from 'react-native';
23

34
import AppNavigator from './AppNavigator';
45
import BottomSheet from './common/BottomSheet';
5-
import { View } from 'react-native';
66

77
/**
88
* This is where we add anything related to the content of the App

0 commit comments

Comments
 (0)