import {LineChart} from '@common/charts/line-chart'; import {Trans} from '@common/i18n/trans'; import {FormattedNumber} from '@common/i18n/formatted-number'; import React from 'react'; import {InsightsAsyncChart} from '@app/admin/reports/insights/insights-async-chart'; export function InsightsPlaysChart() { return ( {({data}) => ( } hideLegend description={ ), }} /> } /> )} ); }