From 2fed57bed622ebacc06fb3457ca7c6c757ecd903 Mon Sep 17 00:00:00 2001 From: Harish V Date: Fri, 22 Sep 2023 11:27:59 +0800 Subject: [PATCH] fix: lint issues --- src/types/homepage.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/types/homepage.ts b/src/types/homepage.ts index ac3df42318..d54decb09a 100644 --- a/src/types/homepage.ts +++ b/src/types/homepage.ts @@ -156,16 +156,6 @@ export interface EditorTextcardSection extends EditorTextcardCardsSection { description: string } -export interface EditorTextcardCardsSection { - cards: [] -} - -export interface EditorTextcardSection extends EditorTextcardCardsSection { - title: string - subtitle: string - description: string -} - export type TextcardFrontmatterSection = { textcards: EditorTextcardSection }