diff --git a/types/swiper/dist/js/swiper.esm.d.ts b/types/swiper/dist/js/swiper.esm.d.ts index 32ee3b5815..8d0c49dd4b 100644 --- a/types/swiper/dist/js/swiper.esm.d.ts +++ b/types/swiper/dist/js/swiper.esm.d.ts @@ -1,9 +1,9 @@ -import Swiper, { DOM7Element } from '../..'; +import Swiper, { DOM7Element } from '../../index'; // Reexport everything from `swiper` except the default export of the // `Swiper` class, which is instead provided as a named export by // `swiper.esm`. -export * from '../..'; +export * from '../../index'; export { Swiper }; /*