fix(SW-194): import order

This commit is contained in:
Matilda Landström
2024-10-11 10:38:47 +02:00
parent 2c1a3f595c
commit db44518acf

View File

@@ -12,8 +12,8 @@ import { RoomCard } from "./RoomCard"
import styles from "./rooms.module.css"
import { HotelHashValues } from "@/types/components/hotelPage/tabNavigation"
import type { RoomsProps } from "@/types/components/hotelPage/room"
import { HotelHashValues } from "@/types/components/hotelPage/tabNavigation"
export function Rooms({ rooms }: RoomsProps) {
const intl = useIntl()