introduicing swiper gameslid component
This commit is contained in:
parent
febb125b2e
commit
ab577bfcb9
5
src/components/Thematiques/GameSlide.jsx
Normal file
5
src/components/Thematiques/GameSlide.jsx
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
import { Swiper, SwiperSlide } from "swiper/react";
|
||||||
|
|
||||||
|
export default function GameSlide({ children }) {
|
||||||
|
return <SwiperSlide>{children}</SwiperSlide>;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user