diff --git a/web/src/app/icons/layout.tsx b/web/src/app/icons/layout.tsx index 7ba6d056..4be6a750 100644 --- a/web/src/app/icons/layout.tsx +++ b/web/src/app/icons/layout.tsx @@ -1,5 +1,5 @@ import { cn } from "@/lib/utils" -import React from "react" +import type React from "react" interface BackgroundWrapperProps { children: React.ReactNode diff --git a/web/src/components/icon-details.tsx b/web/src/components/icon-details.tsx index 0b48743f..15fa8c9e 100644 --- a/web/src/components/icon-details.tsx +++ b/web/src/components/icon-details.tsx @@ -309,7 +309,10 @@ export function IconDetails({ icon, iconData, authorData }: IconDetailsProps) {