fix(SW-194): fix type imports
This commit is contained in:
@@ -7,3 +7,7 @@ export interface RoomCardProps {
|
||||
subtitle: string
|
||||
badgeTextTransKey: string | null
|
||||
}
|
||||
|
||||
export type RoomsProps = {
|
||||
rooms: RoomData[]
|
||||
}
|
||||
@@ -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?: {
|
||||
|
||||
Reference in New Issue
Block a user