From 0a8bcd215017e6444c03829fbe0999405166b9f6 Mon Sep 17 00:00:00 2001 From: Murtaja Date: Wed, 25 Jan 2023 18:59:29 +0530 Subject: [PATCH] Update Carousel.js --- src/components/Carousel/Carousel.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Carousel/Carousel.js b/src/components/Carousel/Carousel.js index b1dca40..ff37f78 100644 --- a/src/components/Carousel/Carousel.js +++ b/src/components/Carousel/Carousel.js @@ -34,6 +34,7 @@ import { } from './constants'; import ReversedMap from '../../utils/ReversedMap'; import { propTypes, defaultProps, getSettings } from './props'; +import { MapInteractionCSS } from "react-map-interaction"; const GalleryCarousel = (props, ref) => { /* initialize references */