Massive/drawer-params.ts
Brandon Presley 5b066bccaf Add daily page - 2.26 🚀
The daily page is used to flip through your exercises
by day. This is in contrast to the History page, which is
an infinitely scrolling list of all sets.

Closes #216, #207
2024-02-18 01:52:30 +13:00

12 lines
163 B
TypeScript

export type DrawerParams = {
History: {};
Exercises: {};
Plans: {};
Graphs: {};
Timer: {};
Weight: {};
Insights: {};
Settings: {};
Daily: {};
};