import React from 'react'; import Graph from './Graph.js'; import './Service.css'; const Service = ({ graph, name, status, latency, description }) => (
{description}