Implement MangaCard
This commit is contained in:
Vendored
+5
@@ -14,3 +14,8 @@ interface ISource {
|
||||
iconUrl: string
|
||||
supportsLatest: boolean
|
||||
}
|
||||
|
||||
interface IManga {
|
||||
name: string
|
||||
imageUrl: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user