Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
liangfung committed Mar 28, 2024
1 parent a02c3da commit 0f6bf02
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import {
} from '@/components/ui/dropdown-menu'
import { IconChevronUpDown } from '@/components/ui/icons'

interface CompletionWidgetProps extends React.HTMLAttributes<HTMLDivElement> {}
interface ActionBarWidgetProps extends React.HTMLAttributes<HTMLDivElement> {}

export const ActionBarWidget: React.FC<CompletionWidgetProps> = ({
export const ActionBarWidget: React.FC<ActionBarWidgetProps> = ({
className,
...props
}) => {
Expand Down

0 comments on commit 0f6bf02

Please sign in to comment.