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'