Files
Prowlarr/frontend/src/Store/scrollPositions.ts
T
Mark McDowall 4bfaab4b21 Typings cleanup and improvements
(cherry picked from commit b2c43fb2a67965d68d3d35b72302b0cddb5aca23)
2023-07-20 14:40:21 +03:00

6 lines
105 B
TypeScript

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