This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/src/constants/lists.ts

3 lines
51 B
TypeScript
Raw Normal View History

export const LIST_ID = {
2022-10-05 12:41:07 +00:00
FAVORITES: -1,
} as const