File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import styles from './RootScreenStyle'
6
6
import ExampleScreen from 'App/Containers/Example/ExampleScreen'
7
7
import SplashScreen from 'App/Containers/SplashScreen/SplashScreen'
8
8
import { connect } from 'react-redux'
9
- import StartupActions from '../.. /Stores/Startup/Actions'
9
+ import StartupActions from 'App /Stores/Startup/Actions'
10
10
11
11
const AppNav = createStackNavigator (
12
12
{
Original file line number Diff line number Diff line change 1
1
import { put } from 'redux-saga/effects'
2
2
import ExampleActions from 'App/Stores/Example/Actions'
3
- import NavigationService from '.. /Services/NavigationService'
3
+ import NavigationService from 'App /Services/NavigationService'
4
4
5
5
/**
6
6
* The startup saga is the place to define behavior to execute when the application starts.
You can’t perform that action at this time.
0 commit comments