feat(SW-281): change function name
This commit is contained in:
@@ -13,7 +13,7 @@ import styles from "./hotelListingItem.module.css"
|
||||
|
||||
import type { HotelListingItemProps } from "@/types/components/contentPage/hotelListingItem"
|
||||
|
||||
export default async function HotelListing({
|
||||
export default async function HotelListingItem({
|
||||
imageUrl,
|
||||
altText,
|
||||
name,
|
||||
|
||||
Reference in New Issue
Block a user