diff --git a/packages/gallery/src/components/gallery/proGallery/galleryContainer.js b/packages/gallery/src/components/gallery/proGallery/galleryContainer.js index efbf86808..527db2b52 100644 --- a/packages/gallery/src/components/gallery/proGallery/galleryContainer.js +++ b/packages/gallery/src/components/gallery/proGallery/galleryContainer.js @@ -17,6 +17,7 @@ import { scrollToItemImp, scrollToGroupImp, haltScroll } from '../../helpers/scr import ScrollIndicator from './galleryScrollIndicator'; import { createCssLayouts } from '../../helpers/cssLayoutsHelper.js'; import { cssScrollHelper } from '../../helpers/cssScrollHelper.js'; +//hey import MediaScrollHelperWrapper from '../../helpers/mediaScrollHelper/mediaScrollHelperWrapper'; import findNeighborItem from '../../helpers/layoutUtils'; import { isGalleryInViewport, Deferred } from './galleryHelpers';