async function fetchAllRecipes() { const [allRecipes, errorAllRecipes, isLoadingAllRecipes, allx] = await useAllRecipes(); console.log(allRecipes); } fetchAllRecipes();