Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemkaDev committed Nov 24, 2024
1 parent 270cd70 commit dddf04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/crypto/info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import {
PaginationNext,
PaginationPrevious,
} from "@/components/ui/pagination";
import cn from "classnames";
import { cn } from "@/lib/utils";

type Block = {
number: number;
Expand Down

0 comments on commit dddf04f

Please sign in to comment.