From 304df385b56e2cbe9d9b82217f194161cdd86bb1 Mon Sep 17 00:00:00 2001 From: Cohan Carpentier Date: Thu, 13 Jun 2024 10:40:44 -0400 Subject: [PATCH] fix paths --- drawer.tsx | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drawer.tsx b/drawer.tsx index 2bed1a8..b0d3cb4 100644 --- a/drawer.tsx +++ b/drawer.tsx @@ -1,6 +1,5 @@ "use client"; -import { cn } from "cn"; import { type ComponentProps, type ComponentPropsWithoutRef, @@ -9,6 +8,7 @@ import { forwardRef, } from "react"; import { Drawer as DrawerPrimitive } from "vaul"; +import { cn } from "./cn"; const DrawerTrigger = DrawerPrimitive.Trigger; const DrawerPortal = DrawerPrimitive.Portal; diff --git a/package.json b/package.json index 9b2ff3d..0fbfae0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@risc0/ui", - "version": "0.0.98", + "version": "0.0.99", "sideEffects": false, "type": "module", "scripts": {