diff --git a/src/components/InfoCard/InfoCard.tsx b/src/components/InfoCard/InfoCard.tsx index 9727b8692..f985d4cd5 100644 --- a/src/components/InfoCard/InfoCard.tsx +++ b/src/components/InfoCard/InfoCard.tsx @@ -10,8 +10,6 @@ import { IconInfoCircle } from '@tabler/icons-react'; import { useEditor } from '@tiptap/react'; import StarterKit from '@tiptap/starter-kit'; -type A = HoverCardProps['position']; - interface InfoCardProps { bg?: SystemProp; cardProp?: Partial;