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;