mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-05 15:37:14 +00:00
6 lines
79 B
JavaScript
6 lines
79 B
JavaScript
const scrollPositions = {
|
|
artistIndex: 0
|
|
};
|
|
|
|
export default scrollPositions;
|