mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-26 22:56:23 -04:00
6 lines
104 B
TypeScript
6 lines
104 B
TypeScript
const scrollPositions: Record<string, number> = {
|
|
seriesIndex: 0,
|
|
};
|
|
|
|
export default scrollPositions;
|