Skip to content

Commit

Permalink
fixed root saga tests
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu-wedensday committed Apr 12, 2024
1 parent e99c2d9 commit e28acda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/navigators/AppNavigator.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { createStackNavigator } from '@react-navigation/stack';
import SplashScreen from '@scenes/SplashScreen/';
import ExampleScreen from '@scenes/ExampleScreen';
import { NavigationContainer } from '@react-navigation/native';
import { setTopLevelNavigator } from '../services/NavigationService';
import { setTopLevelNavigator } from '@app/services/NavigationService';
const Stack = createStackNavigator();
/**
* The root screen contains the application's navigation.
Expand Down

0 comments on commit e28acda

Please sign in to comment.