remove unused imports
This commit is contained in:
@@ -6,7 +6,6 @@ import 'swiper/css/scrollbar'
|
||||
import { Mousewheel, Scrollbar } from 'swiper/modules'
|
||||
import StarIconSrc from '@/assets/icons/StarIcon.svg'
|
||||
import { useTranslations } from '@/i18n/utils'
|
||||
import type { GetImageResult } from 'astro'
|
||||
|
||||
type Review = z.infer<ReturnType<typeof reviewsSchema>>
|
||||
type Author = Review['author']
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import type { ImageMetadata } from 'astro'
|
||||
import React, { useEffect, type ButtonHTMLAttributes } from 'react'
|
||||
import { useSwiper, type SwiperRef } from 'swiper/react'
|
||||
import React, { type ButtonHTMLAttributes } from 'react'
|
||||
import { useSwiper } from 'swiper/react'
|
||||
import ChevronLeft from '@/assets/icons/LeftArrowIcon.svg'
|
||||
import ChevronRight from '@/assets/icons/RightArrowIcon.svg'
|
||||
import { cn } from '@/libs/cn'
|
||||
|
||||
Reference in New Issue
Block a user