import SmallSwiper from './SmallSwiperVideos'; import LinkBlock from './LinkBlock'; import { HomeModel } from '@/models/home.model'; import { Queries } from '@/api/queries'; import { useQuery } from '@tanstack/react-query'; import Loader from '../Loader'; import SmallSwiperNews from './SmallSwiperNews'; import SmallSwiperVideos from './SmallSwiperVideos'; import SmallSwiperAdvert from './SmallSwiperAdvert'; const SmallSwipers = () => { return (
{/* Is not yet in API, static for now */} {/* */}
); }; export default SmallSwipers;