From 165c40506df836813c0f605db495818b82366fe4 Mon Sep 17 00:00:00 2001 From: Meier Lukas Date: Sat, 5 Aug 2023 22:17:54 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=B0=EF=B8=8F=20Remove=20unused=20type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/InfoCard/InfoCard.tsx | 2 -- 1 file changed, 2 deletions(-) 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;