diff --git a/src/components/frontend/shared/image-code.tsx b/src/components/frontend/shared/image-code.tsx index 95ff4f3..f6d8c48 100644 --- a/src/components/frontend/shared/image-code.tsx +++ b/src/components/frontend/shared/image-code.tsx @@ -2,7 +2,6 @@ import CodeCopyBtn from "@/components/shared/CodeCopyBtn"; import { Skeleton } from "@/components/ui/skeleton"; import { isBrowser } from "@/lib/utils"; -import Image from "next/image"; import { useEffect, useState } from "react"; @@ -36,7 +35,7 @@ const ImageCode = ({ alt, title, src, codeStr, className}: { src: string; codeSt

{title}:

-