Skip to content

Commit

Permalink
fix: lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
harishv7 committed Sep 22, 2023
1 parent 5530f32 commit 2fed57b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/types/homepage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 2fed57b

Please sign in to comment.