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