fix: category names
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
type FoodCategory = 'fats' | 'proteins' | 'carbs (high)' | 'leaves' | 'fruits' | 'carbs (low)' | 'dairy';
|
||||
type FoodCategory = 'fats' | 'proteins' | 'carbs' | 'leaves' | 'fruits' | 'low carb' | 'dairy';
|
||||
|
||||
export type FoodItem = {
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user