manga details done

This commit is contained in:
Aria Moradi
2021-01-19 20:20:28 +03:30
parent 590be4f04b
commit 0b2d49f3f6
12 changed files with 283 additions and 67 deletions

View File

@@ -17,6 +17,7 @@ interface ISource {
}
interface IManga {
id: number
title: string
thumbnailUrl: string
}