Skip to content

Commit

Permalink
Remove unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchudziak committed Aug 17, 2016
1 parent 2254387 commit 8cae0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Session.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { NativeModules, NativeAppEventEmitter, DeviceEventEmitter, Platform } from 'react-native';
import { NativeModules, NativeAppEventEmitter, Platform } from 'react-native';
const SessionManager = NativeModules.OpenTokSessionManager;

const listener = null;
Expand Down

0 comments on commit 8cae0c8

Please sign in to comment.