Skip to content

Commit

Permalink
fixup! fix: slider swiper types rename
Browse files Browse the repository at this point in the history
  • Loading branch information
niktverd committed Jan 16, 2025
1 parent 49ffe84 commit 30a14a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/blocks/Slider/Slider.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React, {Fragment, PropsWithChildren} from 'react';

export type {Swiper, SwiperOptions} from 'swiper';
import Swiper, {A11y, Autoplay, Pagination} from 'swiper';
import {Swiper as SwiperReact, SwiperSlide} from 'swiper/react';

Expand All @@ -18,6 +17,8 @@ import {useSliderPagination} from './useSliderPagination';
import './Slider.scss';
import 'swiper/swiper-bundle.css';

export type {Swiper, SwiperOptions} from 'swiper';

const b = block('SliderBlock');

export interface SliderProps
Expand Down

0 comments on commit 30a14a3

Please sign in to comment.