import Card from "../UI/Card"; import CardHeader from "../UI/CardHeader"; const SessionCard = () => { return (

Number of Vehicles:

Vehicles without Tax:

Vehicles without MOT:

Vehicles with NPED Cat A:

Vehicles with NPED Cat B:

Vehicles with NPED Cat C:

); }; export default SessionCard;