mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04:00
4bfaab4b21
(cherry picked from commit b2c43fb2a67965d68d3d35b72302b0cddb5aca23)
6 lines
105 B
TypeScript
6 lines
105 B
TypeScript
const scrollPositions: Record<string, number> = {
|
|
indexerIndex: 0,
|
|
};
|
|
|
|
export default scrollPositions;
|