Untitled
Anonymous
plain_text
04/12/2023 4:51 PM
332 B
12
Indexable
const fetchRecipe = async () => {
try{
const recipeId = 716429;
const data = await getRecipe(recipeId);
setRecipe(data);
} catch (error){
console.error(error);
}
}Editor is loading...