Massive/drawer-param-list.ts
Brandon Presley d9c9a08710 Copy scaffolding from Sets to Food
Still need to add migrations for the food
table.
2023-07-15 12:14:41 +12:00

10 lines
123 B
TypeScript

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