diff --git a/components/HotelReservation/SelectHotel/RoomCardSkeleton/RoomCardSkeleton.module.css b/components/HotelReservation/RoomCardSkeleton/RoomCardSkeleton.module.css similarity index 100% rename from components/HotelReservation/SelectHotel/RoomCardSkeleton/RoomCardSkeleton.module.css rename to components/HotelReservation/RoomCardSkeleton/RoomCardSkeleton.module.css diff --git a/components/HotelReservation/SelectHotel/RoomCardSkeleton/RoomCardSkeleton.tsx b/components/HotelReservation/RoomCardSkeleton/RoomCardSkeleton.tsx similarity index 100% rename from components/HotelReservation/SelectHotel/RoomCardSkeleton/RoomCardSkeleton.tsx rename to components/HotelReservation/RoomCardSkeleton/RoomCardSkeleton.tsx diff --git a/components/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContainerSkeleton.tsx b/components/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContainerSkeleton.tsx index 22665bf24..35719eeb4 100644 --- a/components/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContainerSkeleton.tsx +++ b/components/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContainerSkeleton.tsx @@ -1,7 +1,6 @@ +import { RoomCardSkeleton } from "@/components/HotelReservation/RoomCardSkeleton/RoomCardSkeleton" import SkeletonShimmer from "@/components/SkeletonShimmer" -import { RoomCardSkeleton } from "../RoomCardSkeleton/RoomCardSkeleton" - import styles from "./SelectHotelMapContainerSkeleton.module.css" type Props = { diff --git a/components/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContent/index.tsx b/components/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContent/index.tsx index c864d629f..be1ecef60 100644 --- a/components/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContent/index.tsx +++ b/components/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContent/index.tsx @@ -8,7 +8,7 @@ import { selectHotel } from "@/constants/routes/hotelReservation" import { useHotelFilterStore } from "@/stores/hotel-filters" import { useHotelsMapStore } from "@/stores/hotels-map" -import { RoomCardSkeleton } from "@/components/HotelReservation/SelectHotel/RoomCardSkeleton/RoomCardSkeleton" +import { RoomCardSkeleton } from "@/components/HotelReservation/RoomCardSkeleton/RoomCardSkeleton" import { CloseIcon, CloseLargeIcon } from "@/components/Icons" import InteractiveMap from "@/components/Maps/InteractiveMap" import { BackToTopButton } from "@/components/TempDesignSystem/BackToTopButton" diff --git a/components/HotelReservation/SelectRate/RoomTypeList/RoomCard/index.tsx b/components/HotelReservation/SelectRate/RoomTypeList/RoomCard/index.tsx index 258db8389..258df9627 100644 --- a/components/HotelReservation/SelectRate/RoomTypeList/RoomCard/index.tsx +++ b/components/HotelReservation/SelectRate/RoomTypeList/RoomCard/index.tsx @@ -289,7 +289,7 @@ export default function RoomCard({ ) : ( Object.entries(rates).map(([key, rate]) => (