New: Add index views for all books

This commit is contained in:
ta264
2021-09-01 21:04:39 +01:00
parent a774cf0682
commit 2558660b7b
65 changed files with 5433 additions and 12 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
const scrollPositions = {
authorIndex: 0
authorIndex: 0,
bookIndex: 0
};
export default scrollPositions;