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:
parent
a95bea7c93
commit
c45a974e2e
1 changed files with 0 additions and 1 deletions
|
|
@ -10,7 +10,6 @@ import {
|
|||
Legend,
|
||||
} from 'recharts';
|
||||
import type { MetricSnapshot, VariantFilter } from '../../lib/types';
|
||||
import { formatRate } from '../../lib/format';
|
||||
|
||||
interface TokenPanelProps {
|
||||
data: MetricSnapshot[];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue