Skip to content

Commit

Permalink
Removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
grahammendick committed Jun 7, 2018
1 parent 8127844 commit d2b887a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NavigationReact/src/NavigationHandler.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import AsyncStateNavigator from './AsyncStateNavigator';
import NavigationContext from './NavigationContext';
import { StateNavigator, StateContext, State } from 'navigation';
import { StateNavigator, State } from 'navigation';
import * as React from 'react';
type NavigationHandlerState = { context: { oldState: State, state: State, data: any, asyncData: any, nextState: State, nextData: any, stateNavigator: AsyncStateNavigator } };

Expand Down

0 comments on commit d2b887a

Please sign in to comment.