1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-26 22:56:23 -04:00
Files
Sonarr/frontend/src/Store/scrollPositions.ts
T
2023-04-10 21:38:50 -07:00

6 lines
104 B
TypeScript

const scrollPositions: Record<string, number> = {
seriesIndex: 0,
};
export default scrollPositions;