Skip to content

Commit 892b925

Browse files
committed
remove full path
1 parent 07cca9c commit 892b925

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

App/Containers/Root/RootScreen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import styles from './RootScreenStyle'
66
import ExampleScreen from 'App/Containers/Example/ExampleScreen'
77
import SplashScreen from 'App/Containers/SplashScreen/SplashScreen'
88
import { connect } from 'react-redux'
9-
import StartupActions from '../../Stores/Startup/Actions'
9+
import StartupActions from 'App/Stores/Startup/Actions'
1010

1111
const AppNav = createStackNavigator(
1212
{

App/Sagas/StartupSaga.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { put } from 'redux-saga/effects'
22
import ExampleActions from 'App/Stores/Example/Actions'
3-
import NavigationService from '../Services/NavigationService'
3+
import NavigationService from 'App/Services/NavigationService'
44

55
/**
66
* The startup saga is the place to define behavior to execute when the application starts.

0 commit comments

Comments
 (0)