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