/** @format */ /** * External dependencies */ import { __ } from '@wordpress/i18n'; import { Component, Fragment } from '@wordpress/element'; /** * Internal dependencies */ import { SummaryList, SummaryNumber } from '@woocommerce/components'; export default class extends Component { render() { return (

One Data Point

Two Data Points

Three Data Points

Four Data Points

Five Data Points

Six Data Points

Seven Data Points

Eight Data Points

Nine Data Points

Ten or More Data Points

); } }