diff --git a/dashboard/frontend/src/components/panels/TokenPanel.tsx b/dashboard/frontend/src/components/panels/TokenPanel.tsx index 7656131..a741fa7 100644 --- a/dashboard/frontend/src/components/panels/TokenPanel.tsx +++ b/dashboard/frontend/src/components/panels/TokenPanel.tsx @@ -10,7 +10,6 @@ import { Legend, } from 'recharts'; import type { MetricSnapshot, VariantFilter } from '../../lib/types'; -import { formatRate } from '../../lib/format'; interface TokenPanelProps { data: MetricSnapshot[];