feat(SW-827): Added type
This commit is contained in:
@@ -6,7 +6,7 @@ import {
|
||||
KingBedSmallIcon,
|
||||
} from "@/components/Icons"
|
||||
|
||||
import { IconProps } from "@/types/components/icon"
|
||||
import type { IconProps } from "@/types/components/icon"
|
||||
|
||||
export function getBedIcon(name: string): FC<IconProps> | null {
|
||||
const iconMappings = [
|
||||
|
||||
Reference in New Issue
Block a user