import React from "react"; import { Swiper, SwiperSlide } from "swiper/react"; import { Autoplay, Pagination, Navigation } from "swiper"; import Card from "@mui/material/Card"; import { Typography } from "@mui/material"; export default function AutoplaySlider() { return ( <> Autoplay Image Image Image Image Image ); }