ОМ
Size: a a a
ОМ
A
A
A
ОМ
A
ВЖ
VS
1

const useApi = (url) => {
fetch(url)
.then(response => {
response.json()
})
.then(result => {
console.log(result)
return result
})
}CM
А
1
А
CM
1
CM