import { View, Text } from 'react-native'; import ActivityRecordPageComponent from '../../../../component/accountPages/activityRecordPageComponent'; const ActivityRecordPage = () => { return ( ); }; export default ActivityRecordPage;