Untitled

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