fix(SW-96): use import type
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { ImageItem } from "@/types/components/lightbox/lightbox"
|
||||
import { Hotel } from "@/types/hotel"
|
||||
import type { ImageItem } from "@/types/components/lightbox/lightbox"
|
||||
import type { Hotel } from "@/types/hotel"
|
||||
|
||||
export function extractHotelImages(hotelData: Hotel): ImageItem[] {
|
||||
const images: ImageItem[] = []
|
||||
|
||||
Reference in New Issue
Block a user