unioil-loyalty-rn-app/app/screens/iqair/details/index.js

14 lines
236 B
JavaScript

import { Text, View } from 'react-native'
import React, { Component } from 'react'
export class index extends Component {
render() {
return (
<View>
<Text>index</Text>
</View>
)
}
}
export default index