diff options
Diffstat (limited to 'src/index.js')
-rw-r--r-- | src/index.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/index.js b/src/index.js index 52c30a178..45a06f40a 100644 --- a/src/index.js +++ b/src/index.js @@ -2,11 +2,11 @@ * @format */ -import {AppRegistry} from 'react-native'; -import App from './App'; +import {AppRegistry} from 'react-native' +import App from './App' -AppRegistry.registerComponent('App', () => App); +AppRegistry.registerComponent('App', () => App) AppRegistry.runApplication('App', { rootTag: document.getElementById('root'), -}); +}) |