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

Number of cars:

Cars without Tax:

Cars without MOT:

Cars with NPED Cat A:

Cars with NPED Cat B:

Cars with NPED Cat C:

); }; export default SessionCard;