mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	added missing recipe list import (#2516)
This commit is contained in:
		| @@ -110,7 +110,7 @@ interface actions { | |||||||
| } | } | ||||||
|  |  | ||||||
| export default defineComponent({ | export default defineComponent({ | ||||||
|   components: { ShoppingListItemEditor, MultiPurposeLabel, RecipeIngredientListItem }, |   components: { ShoppingListItemEditor, MultiPurposeLabel, RecipeList, RecipeIngredientListItem }, | ||||||
|   props: { |   props: { | ||||||
|     value: { |     value: { | ||||||
|       type: Object as () => ShoppingListItemOut, |       type: Object as () => ShoppingListItemOut, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user