mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-16 13:44:52 +00:00
6 lines
79 B
JavaScript
6 lines
79 B
JavaScript
const scrollPositions = {
|
|
artistIndex: 0
|
|
};
|
|
|
|
export default scrollPositions;
|