Skip to content

Commit 9aadd92

Browse files
committed
Remove TitleCardList
1 parent 219c230 commit 9aadd92

File tree

2 files changed

+0
-224
lines changed

2 files changed

+0
-224
lines changed

src/components/TitleCardList.tsx

Lines changed: 0 additions & 210 deletions
This file was deleted.

src/lib/interfaces.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -160,20 +160,6 @@ export interface IGetInvolvedCard {
160160
description: string
161161
}
162162

163-
/**
164-
* TitleCardList
165-
*/
166-
167-
export interface ITitleCardItem {
168-
title: string
169-
description: string
170-
caption?: string
171-
link?: string
172-
image?: string
173-
alt?: string
174-
id?: number
175-
}
176-
177163
/**
178164
* Codeblock
179165
*/

0 commit comments

Comments
 (0)