From fb0fe3dd2d3eb2712289f9495c65b8632005b6a0 Mon Sep 17 00:00:00 2001 From: Sewmina Date: Wed, 9 Apr 2025 20:13:39 +0530 Subject: [PATCH] build error fixed --- src/components/PriceSelection.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/PriceSelection.tsx b/src/components/PriceSelection.tsx index 6fb7812..7e20bc6 100644 --- a/src/components/PriceSelection.tsx +++ b/src/components/PriceSelection.tsx @@ -1,5 +1,4 @@ import { useState, useEffect } from "react"; -import Image from "next/image"; interface PriceSelectionProps { selectedPrice: number | null;