import { AppRegistry } from 'react-native'
import App from './components/app'
AppRegistry.registerComponent('home', () => App)