IS
Size: a a a
IS
N😹
ei
IS
ei
IS
O
ei
ei
O
O
IS
RP
RP
RP
ei
class Chototam {
state = {
products: []
}
async init() {
const products = await all()
this.state.products = products
}
}
const chototam = new Chototam()
chototam.init()
ei
ДК
IS
class Chototam {
state = {
products: []
}
async init() {
const products = await all()
this.state.products = products
}
}
const chototam = new Chototam()
chototam.init()
TP