From acd018daafc53a0500d0cdaf239e9da0484f61c0 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Fri, 10 Apr 2026 22:52:16 +0000 Subject: [PATCH] fixing build error --- .../components/building-passport/ValuationImpactComponent.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/components/building-passport/ValuationImpactComponent.tsx b/src/app/components/building-passport/ValuationImpactComponent.tsx index 636565d..375393f 100644 --- a/src/app/components/building-passport/ValuationImpactComponent.tsx +++ b/src/app/components/building-passport/ValuationImpactComponent.tsx @@ -10,7 +10,6 @@ import { PiggyBank } from "lucide-react"; import { Dialog, Transition } from "@headlessui/react"; import { Fragment } from "react"; import { FundingPackageMeasure } from "@/app/db/schema/funding"; -import { set } from "cypress/types/lodash"; type FundingSummaryProps = { scheme: string | null;