added missing recipe list import (#2516)

This commit is contained in:
Michael Genson 2023-08-21 20:30:31 -05:00 committed by GitHub
parent c9cc7a93c8
commit ae502c5652
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,7 @@ interface actions {
}
export default defineComponent({
components: { ShoppingListItemEditor, MultiPurposeLabel, RecipeIngredientListItem },
components: { ShoppingListItemEditor, MultiPurposeLabel, RecipeList, RecipeIngredientListItem },
props: {
value: {
type: Object as () => ShoppingListItemOut,