- import { View } from 'react-native';
- import React from 'react';
- import ChargingPenaltyPageComponent from '../../../../component/chargingPage/chargingPenaltyComponent';
- const ChargingPenaltyPage = () => {
- return (
- <View className="flex-1">
- <ChargingPenaltyPageComponent />
- </View>
- );
- };
- export default ChargingPenaltyPage;
|