/**
 * Sample Panza React Native App
 * @flow
 */

import React, { Component } from 'react';
import {
  AppRegistry
} from 'react-native';
import App from './components/demo/App'

AppRegistry.registerComponent('Panza', () => App);