feat(SW-713): import type

This commit is contained in:
Fredrik Thorsson
2024-11-01 09:46:55 +01:00
parent a61460f6ea
commit cdc5652347

View File

@@ -1,4 +1,4 @@
import { RoomData } from "@/types/hotel"
import type { RoomData } from "@/types/hotel"
export type RoomSidePeekProps = {
room: RoomData