Skip to content

Commit

Permalink
feat: add single type image to gallery component
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralLka committed Nov 15, 2024
1 parent 8b8cd79 commit 36f7644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gallery/src/components/image-viewer/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ import { ChevronForwardHeavyMIcon } from '@alfalab/icons-glyph/ChevronForwardHea
import { GalleryContext } from '../../context';
import { getImageAlt, getImageKey, isVideo, TestIds } from '../../utils';

import { useHandleImageViewer } from './hooks';
import { Slide } from './slide';

import 'swiper/swiper.min.css';
import styles from './index.module.css';
import { useHandleImageViewer } from './hooks';

SwiperCore.use([EffectFade, A11y, Controller]);

Expand Down

0 comments on commit 36f7644

Please sign in to comment.