From 95e0d26bc9e7ea69d0077020ebf02421453de0e1 Mon Sep 17 00:00:00 2001 From: Vladimir Kharlampidi Date: Wed, 3 Jun 2020 12:36:23 +0300 Subject: [PATCH] Update App.jsx --- playground-react/App.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playground-react/App.jsx b/playground-react/App.jsx index 0ac819b48..eda5a6f0b 100644 --- a/playground-react/App.jsx +++ b/playground-react/App.jsx @@ -6,7 +6,7 @@ SwiperCore.use([Navigation, Pagination, Scrollbar, A11y]); const App = () => { return ( -
+
(window.swiper = swiper)} slidesPerView={3} @@ -26,7 +26,7 @@ const App = () => { Slide 9 Slide 10 -
+ ); };