feat(SW-281): refactor file names

This commit is contained in:
Fredrik Thorsson
2024-10-28 15:30:23 +01:00
parent d8dacf022d
commit 4e66a0297c
2 changed files with 1 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ import Subtitle from "@/components/TempDesignSystem/Text/Subtitle"
import Title from "@/components/TempDesignSystem/Text/Title"
import { getIntl } from "@/i18n"
import styles from "./hotelListing.module.css"
import styles from "./hotelListingItem.module.css"
import type { HotelListingItemProps } from "@/types/components/contentPage/hotelListingItem"