improvments on the reader

This commit is contained in:
Aria Moradi
2021-03-18 21:46:24 +03:30
parent 28cc0a6f84
commit 436a8d0585
11 changed files with 421 additions and 162 deletions
+5
View File
@@ -62,3 +62,8 @@ interface ICategory {
name: String
isLanding: boolean
}
interface INavbarOverride {
status: boolean
value: any
}