diff --git a/package.json b/package.json index 21755db..0d7f737 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@risc0/ui", - "version": "0.0.157", + "version": "0.0.158", "private": false, "sideEffects": false, "type": "module", diff --git a/sheet.tsx b/sheet.tsx index 73e3244..3091a50 100644 --- a/sheet.tsx +++ b/sheet.tsx @@ -2,9 +2,9 @@ import * as SheetPrimitive from "@radix-ui/react-dialog"; import { type VariantProps, cva } from "class-variance-authority"; -import { cn } from "cn"; import { XIcon } from "lucide-react"; import { type ComponentPropsWithoutRef, type ElementRef, type HTMLAttributes, forwardRef } from "react"; +import { cn } from "./cn"; const Sheet = SheetPrimitive.Root; const SheetTrigger = SheetPrimitive.Trigger;