/** @format */
import {AppRegistry} from 'react-native';
import App from './App';
import {name as appName} from './app.json';
import Root from './app/root'
AppRegistry.registerComponent(appName, () => Root);