fix(dashboard): remove unused formatRate import in TokenPanel

tsc -b fails with TS6133 (declared but never read). Breaks Docker build.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
jedarden 2026-05-17 10:58:35 -04:00
parent a95bea7c93
commit c45a974e2e

View file

@ -10,7 +10,6 @@ import {
Legend,
} from 'recharts';
import type { MetricSnapshot, VariantFilter } from '../../lib/types';
import { formatRate } from '../../lib/format';
interface TokenPanelProps {
data: MetricSnapshot[];