diff --git a/src/components/Thematiques/GameSlide.jsx b/src/components/Thematiques/GameSlide.jsx new file mode 100644 index 0000000..c895a71 --- /dev/null +++ b/src/components/Thematiques/GameSlide.jsx @@ -0,0 +1,5 @@ +import { Swiper, SwiperSlide } from "swiper/react"; + +export default function GameSlide({ children }) { + return {children}; +}