Skip to content

Commit

Permalink
remove use client
Browse files Browse the repository at this point in the history
  • Loading branch information
KhudaDad414 committed Jun 11, 2024
1 parent d14e258 commit 1316458
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/ui/components/DropdownChipInput.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
"use client"

import { FunctionComponent, KeyboardEvent, useRef } from 'react';
import { DropdownMenuCheckboxItemProps } from "@radix-ui/react-dropdown-menu"
Expand Down
1 change: 0 additions & 1 deletion packages/ui/components/DropdownMenu.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
"use client"

import * as React from "react"
import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu"
Expand Down

0 comments on commit 1316458

Please sign in to comment.