news scroll

This commit is contained in:
Kakabay 2023-03-01 22:04:40 +05:00
parent c708694669
commit 99a05d7abd
1 changed files with 1 additions and 0 deletions

View File

@ -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';