From 7132a18440427d5821d8a0495161d5d67dac26d0 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Tue, 5 Jul 2016 18:48:49 -0700 Subject: [PATCH] Remove unused import --- src/apis/AppRegistry/ReactNativeApp.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/apis/AppRegistry/ReactNativeApp.js b/src/apis/AppRegistry/ReactNativeApp.js index 09bc47fb..eda77dc4 100644 --- a/src/apis/AppRegistry/ReactNativeApp.js +++ b/src/apis/AppRegistry/ReactNativeApp.js @@ -1,5 +1,4 @@ import React, { Component, PropTypes } from 'react' -import ReactDOM from 'react-dom' import StyleSheet from '../StyleSheet' import View from '../../components/View'