Untitled
unknown
plain_text
3 years ago
247 B
9
Indexable
const fetchRecipe = async () => {
try{
const recipeId = 716429;
const data = await getRecipe(recipeId);
setRecipe(data);
} catch (error){
console.error(error);
}
}Editor is loading...