diff --git a/src/components/crypto/info.tsx b/src/components/crypto/info.tsx index e19d703..9cb277a 100644 --- a/src/components/crypto/info.tsx +++ b/src/components/crypto/info.tsx @@ -38,7 +38,7 @@ import { PaginationNext, PaginationPrevious, } from "@/components/ui/pagination"; -import cn from "classnames"; +import { cn } from "@/lib/utils"; type Block = { number: number;