Skip to content

Commit aeae367

Browse files
fix: conflict issue
1 parent 30f2a7b commit aeae367

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/default/src/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ import { StyleSheet } from 'react-native';
33

44
import { GestureHandlerRootView } from 'react-native-gesture-handler';
55
import { NavigationContainer } from '@react-navigation/native';
6-
import Instabug, { APM, InvocationEvent, LogLevel, ReproStepsMode } from 'instabug-reactnative';
7-
86
import Instabug, {
7+
APM,
98
CrashReporting,
109
InvocationEvent,
1110
LogLevel,
1211
ReproStepsMode,
1312
} from 'instabug-reactnative';
13+
1414
import { NativeBaseProvider } from 'native-base';
1515

1616
import { RootTabNavigator } from './navigation/RootTab';

0 commit comments

Comments
 (0)