import { View, Text } from 'react-native'; import React from 'react'; import HomePage from '../../../../component/homePage/homePage'; const index = () => { return ( ); }; export default index;