mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-02-06 15:02:59 +01:00
6 lines
93 B
JavaScript
6 lines
93 B
JavaScript
const scrollPositions = {
|
|
movieIndex: 0,
|
|
addMovie: 0
|
|
};
|
|
|
|
export default scrollPositions;
|