feat(SW-281): change function name

This commit is contained in:
Fredrik Thorsson
2024-10-28 15:49:34 +01:00
parent 4e66a0297c
commit 31da31b72d

View File

@@ -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,