diff --git a/src/pages/home.tsx b/src/pages/home.tsx index f34ad81..eabe56b 100644 --- a/src/pages/home.tsx +++ b/src/pages/home.tsx @@ -1,7 +1,7 @@ import { Filter, kinds, nip19 } from 'nostr-tools' import { useState } from 'react' import { useNavigate } from 'react-router-dom' -import { A11y, Navigation, Pagination } from 'swiper/modules' +import { A11y, Navigation, Pagination, Autoplay } from 'swiper/modules' import { Swiper, SwiperSlide } from 'swiper/react' import { BlogCard } from '../components/BlogCard' import { GameCard } from '../components/GameCard' @@ -39,7 +39,7 @@ export const HomePage = () => {