From 99a05d7abd8bceb7cf463e1f4b27070f44b90fc0 Mon Sep 17 00:00:00 2001 From: Kakabay Date: Wed, 1 Mar 2023 22:04:40 +0500 Subject: [PATCH] news scroll --- src/components/global/NewsScroll.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/global/NewsScroll.tsx b/src/components/global/NewsScroll.tsx index 2787cd4..b3c5d72 100644 --- a/src/components/global/NewsScroll.tsx +++ b/src/components/global/NewsScroll.tsx @@ -7,6 +7,7 @@ import { useSelector, useDispatch } from 'react-redux'; import News from '../news/News'; import SectionTitle from './SectionTitle'; import Loader from './Loader'; +import Pagination from './Pagination'; // Api import { url } from '../../url';