const onSearch = async () => { try { const responseA = await A(); const responseB = await B(); }catch(e){ console.log(e,'error'); } }
axios.get