1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-28 14:16:41 +07:00

fixed swiper on flow hero

This commit is contained in:
Fedor Katurov 2023-11-05 18:19:46 +06:00
parent 81fba4a1be
commit 5edc38315e
3 changed files with 11 additions and 21 deletions

View file

@ -1,7 +1,6 @@
import React, { FC } from 'react';
import Image from 'next/future/image';
import SwiperCore, { A11y, Navigation, Pagination } from 'swiper';
import { Placeholder } from '~/components/placeholders/Placeholder';
import { NodeComponentProps } from '~/constants/node';
@ -13,8 +12,6 @@ import { getURL } from '~/utils/dom';
import styles from './styles.module.scss';
SwiperCore.use([Navigation, Pagination, A11y]);
interface IProps extends NodeComponentProps {}
const LabImage: FC<IProps> = ({ node, isLoading }) => {