From db44518acf26f69934a2e470cd9445862a2cc693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matilda=20Landstr=C3=B6m?= Date: Fri, 11 Oct 2024 10:38:47 +0200 Subject: [PATCH] fix(SW-194): import order --- components/ContentType/HotelPage/Rooms/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ContentType/HotelPage/Rooms/index.tsx b/components/ContentType/HotelPage/Rooms/index.tsx index 405b5328a..f783bf3dd 100644 --- a/components/ContentType/HotelPage/Rooms/index.tsx +++ b/components/ContentType/HotelPage/Rooms/index.tsx @@ -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()