feat: syntax change

This commit is contained in:
Fredrik Thorsson
2024-06-13 13:09:03 +02:00
parent 680e9ec209
commit bb64f8ab7a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import { iconVariants } from "./variants"
import { IconProps } from "@/types/components/icon"
import type { IconProps } from "@/types/components/icon"
export default function PhoneIcon({ className, color, ...props }: IconProps) {
const classNames = iconVariants({ className, color })