New: Add List and Discovery Pages (#3803)

This commit is contained in:
Qstick
2019-10-05 23:21:55 -04:00
committed by GitHub
parent 5f396a53c3
commit 21ed073f29
50 changed files with 3659 additions and 24 deletions

View File

@@ -1,5 +1,6 @@
const scrollPositions = {
movieIndex: 0
movieIndex: 0,
addMovie: 0
};
export default scrollPositions;