feat: add more food and food type along with new icons

This commit is contained in:
2025-09-04 11:40:53 -03:00
parent 71564b1c80
commit 07eba9b64a
3 changed files with 49 additions and 18 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
type FoodCategory = 'fats' | 'proteins' | 'carbs (high)' | 'leaves' | 'fruits' | 'carbs (low)';
type FoodCategory = 'fats' | 'proteins' | 'carbs (high)' | 'leaves' | 'fruits' | 'carbs (low)' | 'dairy';
export type FoodItem = {
name: string;