fix(SW-194): fix type imports

This commit is contained in:
Matilda Landström
2024-10-01 17:02:23 +02:00
parent 926d864413
commit 82789f66c6
9 changed files with 13 additions and 12 deletions
@@ -7,3 +7,7 @@ export interface RoomCardProps {
subtitle: string
badgeTextTransKey: string | null
}
export type RoomsProps = {
rooms: RoomData[]
}