chore: add consistent type imports
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import { FC } from "react"
|
||||
|
||||
import {
|
||||
AccesoriesIcon,
|
||||
AccessibilityIcon,
|
||||
@@ -114,7 +112,9 @@ import {
|
||||
WifiIcon,
|
||||
} from "."
|
||||
|
||||
import { IconName, IconProps } from "@/types/components/icon"
|
||||
import type { FC } from "react"
|
||||
|
||||
import { IconName, type IconProps } from "@/types/components/icon"
|
||||
|
||||
export function getIconByIconName(
|
||||
icon: IconName | null = null
|
||||
|
||||
Reference in New Issue
Block a user