Move app component to components

This commit is contained in:
Julia Friesel
2018-08-20 16:54:02 +02:00
parent d53b8029dc
commit c0980a5bf9
2 changed files with 11 additions and 17 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { AppRegistry } from 'react-native'
import App from './app'
import App from './components/app'
AppRegistry.registerComponent('home', () => App)