mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-29 18:14:28 -04:00
7 lines
95 B
JavaScript
7 lines
95 B
JavaScript
const scrollPositions = {
|
|
authorIndex: 0,
|
|
bookIndex: 0
|
|
};
|
|
|
|
export default scrollPositions;
|