From bf28e501a9c7ee9b5181474b411529a7e5b9a66d Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Fri, 22 Nov 2024 08:35:36 +0100 Subject: [PATCH] resources bug fix --- src/views/OffersInterestPage.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/OffersInterestPage.jsx b/src/views/OffersInterestPage.jsx index 93b4274..f070188 100644 --- a/src/views/OffersInterestPage.jsx +++ b/src/views/OffersInterestPage.jsx @@ -1,4 +1,4 @@ -import React, { useState, useEffect } from "react"; +import React, { useMemo, useState, useEffect } from "react"; // import BlogItem from "../components/Blogs"; import { useSelector } from "react-redux"; import OffersInterest from "../components/OffersInterest";