Skip to content

Commit

Permalink
fix: rename cn import
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-stumpf committed Nov 19, 2024
1 parent 0260844 commit 597a7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/ui/Button.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { CircleNotch } from "@phosphor-icons/react/dist/ssr";
import { Slot } from "@radix-ui/react-slot";
import { type VariantProps, cva } from "class-variance-authority";
import { cn } from "lib/css-utils";
import { cn } from "lib/cssUtils";
import { type ButtonHTMLAttributes, type ReactNode, forwardRef } from "react";

const buttonVariants = cva(
Expand Down

0 comments on commit 597a7dc

Please sign in to comment.