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

View File

@@ -7,3 +7,7 @@ export interface RoomCardProps {
subtitle: string
badgeTextTransKey: string | null
}
export type RoomsProps = {
rooms: RoomData[]
}

View File

@@ -1,4 +1,4 @@
import { HeadingProps } from "@/components/TempDesignSystem/Text/Title/title"
import type { HeadingProps } from "@/components/TempDesignSystem/Text/Title/title"
export type HeaderProps = {
link?: {