mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-28 00:53:26 +01:00
6 lines
78 B
JavaScript
6 lines
78 B
JavaScript
const scrollPositions = {
|
|
movieIndex: 0
|
|
};
|
|
|
|
export default scrollPositions;
|