diff --git a/apps/insights/src/components/PriceFeedIcon/index.tsx b/apps/insights/src/components/PriceFeedIcon/index.tsx index b5c6de99c8..8125744bb0 100644 --- a/apps/insights/src/components/PriceFeedIcon/index.tsx +++ b/apps/insights/src/components/PriceFeedIcon/index.tsx @@ -1,3 +1,5 @@ +"use client"; + import type { ComponentProps } from "react"; import Commodities from "./commodities.svg";