import { StyleSheet, Text, View } from 'react-native' import React from 'react' const index = () => { return ( index ) } export default index const styles = StyleSheet.create({})