import React from 'react'; import './ServiceList.css'; const ServiceList = ({ services, onSelectService, loading }) => { if (loading) { return
{service.description}