Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Jun 13, 2024
1 parent f601cbf commit 304df38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drawer.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"use client";

import { cn } from "cn";
import {
type ComponentProps,
type ComponentPropsWithoutRef,
Expand All @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risc0/ui",
"version": "0.0.98",
"version": "0.0.99",
"sideEffects": false,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 304df38

Please sign in to comment.