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(