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 d2b887a commit 8212e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NavigationReact/src/AsyncStateNavigator.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import NavigationHandler from './NavigationHandler';
import { StateNavigator, StateContext, State } from 'navigation';
import { StateNavigator, StateContext } from 'navigation';
import * as ReactDOM from 'react-dom';

class AsyncStateNavigator extends StateNavigator {
Expand Down

0 comments on commit 8212e58

Please sign in to comment.