Skip to content

Commit

Permalink
fixed crash in mono
Browse files Browse the repository at this point in the history
  • Loading branch information
artemis-prime committed Jan 24, 2024
1 parent f0132fb commit 630c157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luxdefi/ui",
"version": "0.1.50",
"version": "0.1.51",
"description": "Library that contains shared UI primitives, styles, and core types",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
1 change: 1 addition & 0 deletions packages/ui/primitives/dialog.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client'
import * as React from "react"
import * as DialogPrimitive from "@radix-ui/react-dialog"
import { X } from "lucide-react"
Expand Down

0 comments on commit 630c157

Please sign in to comment.