import React from 'react'; export default class Metric extends React.Component { render() { return (
{this.props.title}
{this.props.value}
); } }