mirror of
https://github.com/Readarr/Readarr.git
synced 2026-01-30 08:42:32 -05:00
7 lines
95 B
JavaScript
7 lines
95 B
JavaScript
const scrollPositions = {
|
|
authorIndex: 0,
|
|
bookIndex: 0
|
|
};
|
|
|
|
export default scrollPositions;
|