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";