Skip to content

Commit

Permalink
chore: remove JSX import, use React.JSX instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Aslam97 committed Dec 26, 2024
1 parent d117003 commit 222458c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/minimal-tiptap/components/section/one.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { CaretDownIcon, LetterCaseCapitalizeIcon } from '@radix-ui/react-icons'
import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuTrigger } from '@/components/ui/dropdown-menu'
import { ToolbarButton } from '../toolbar-button'
import { ShortcutKey } from '../shortcut-key'
import { JSX } from 'react'

interface TextStyle extends Omit<FormatAction, 'value' | 'icon' | 'action' | 'isActive' | 'canExecute'> {
element: keyof React.JSX.IntrinsicElements
Expand Down

0 comments on commit 222458c

Please sign in to comment.