summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--app/components/PlatformWindow.android.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/components/PlatformWindow.android.js b/app/components/PlatformWindow.android.js
index bccc82a5b5..6670a654e7 100644
--- a/app/components/PlatformWindow.android.js
+++ b/app/components/PlatformWindow.android.js
@@ -1,7 +1,6 @@
// @flow
import React, { Component } from 'react';
import { KeyboardAvoidingView } from 'react-native';
-import { MobileAppBridge } from 'NativeModules';
export default class PlatformWindow extends Component {
props: {