Massive/drawer-param-list.ts
Brandon Presley 1603496424 Rework Best -> Graphs
I was considering adding weight tracking,
so then this graph page would include body
weight graphs. Meaning it's not really
recording the "best" of anything.
It currently only shows the best on the list
page anyway.
2023-07-04 11:35:52 +12:00

9 lines
112 B
TypeScript

export type DrawerParamList = {
Home: {}
Settings: {}
Graphs: {}
Plans: {}
Workouts: {}
Timer: {}
}