import { ProgressRingChart } from '@/components/charts/progress-ring-chart'; import { ChartContainer } from '@/components/charts/chart-container'; import React from 'react'; export function ProgressRingChartLarge() { return ( ); }