1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,15 +0,0 @@ |
1 |
-/** |
|
2 |
- * Swiper React 6.5.0 |
|
3 |
- * Most modern mobile touch slider and framework with hardware accelerated transitions |
|
4 |
- * https://swiperjs.com |
|
5 |
- * |
|
6 |
- * Copyright 2014-2021 Vladimir Kharlampidi |
|
7 |
- * |
|
8 |
- * Released under the MIT License |
|
9 |
- * |
|
10 |
- * Released on: March 5, 2021 |
|
11 |
- */ |
|
12 |
- |
|
13 |
-import { Swiper } from './esm/react/swiper'; |
|
14 |
-import { SwiperSlide } from './esm/react/swiper-slide'; |
|
15 |
-export { Swiper, SwiperSlide }; |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,15 @@ |
1 |
+/** |
|
2 |
+ * Swiper React 6.5.0 |
|
3 |
+ * Most modern mobile touch slider and framework with hardware accelerated transitions |
|
4 |
+ * https://swiperjs.com |
|
5 |
+ * |
|
6 |
+ * Copyright 2014-2021 Vladimir Kharlampidi |
|
7 |
+ * |
|
8 |
+ * Released under the MIT License |
|
9 |
+ * |
|
10 |
+ * Released on: March 5, 2021 |
|
11 |
+ */ |
|
12 |
+ |
|
13 |
+import { Swiper } from './esm/react/swiper'; |
|
14 |
+import { SwiperSlide } from './esm/react/swiper-slide'; |
|
15 |
+export { Swiper, SwiperSlide }; |