Skip to content

Commit

Permalink
ui: fixed 'use client' issue
Browse files Browse the repository at this point in the history
  • Loading branch information
artemis-prime committed May 20, 2024
1 parent b806f93 commit 9de44bc
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": "@hanzo/ui",
"version": "3.8.2",
"version": "3.8.3",
"description": "Library that contains shared UI primitives, support for a common design system, and other boilerplate support.",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
1 change: 1 addition & 0 deletions packages/ui/primitives/navigation-menu.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client'
import React from 'react'

import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu'
Expand Down

0 comments on commit 9de44bc

Please sign in to comment.