From 597a7dcac016f40b2d9ce97b3121b663aa236af2 Mon Sep 17 00:00:00 2001 From: Dominik Stumpf Date: Tue, 19 Nov 2024 13:41:45 +0100 Subject: [PATCH] fix: rename cn import --- src/app/components/ui/Button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/ui/Button.tsx b/src/app/components/ui/Button.tsx index 5f96647cd3..85917978cf 100644 --- a/src/app/components/ui/Button.tsx +++ b/src/app/components/ui/Button.tsx @@ -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(