Displays a list of dessert meals.
viewModel: MealListViewModel - The view model managing the state of the meal list.
SearchBar: A search bar for filtering meals by name.List: A list ofMealCardViewdisplaying the meals.
Displays detailed information about a meal.
mealID: String - The ID of the meal to display.viewModel: MealDetailViewModel - The view model managing the state of the meal detail.
Displays a card view for a single meal.
meal: Meal - The meal to display.
Displays detailed information about a meal in a card format.
mealDetail: MealDetail - The detailed information to display.