From 5f5c1d6a61290f9a18a8e464901e76494165ef2e Mon Sep 17 00:00:00 2001 From: Joel Brock Date: Fri, 5 Jun 2026 13:23:28 -0700 Subject: [PATCH] Report: trim unused FieldHistory re-exports from ReportView --- components/ReportView.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/ReportView.tsx b/components/ReportView.tsx index 47bee74..a14c997 100644 --- a/components/ReportView.tsx +++ b/components/ReportView.tsx @@ -14,12 +14,9 @@ import { StageIcon } from "./StageIcon"; import { FieldHistoryGroup, FieldHistoryRow, - FormattedValue, formatShortDate, - formatLongDate, computeDateRange, Chevron, - currencyFmt, numberFmt, } from "./report/FieldHistory";