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