const getBooks = () => {
fetch("./p")
.then((res) => res.json())
.then((books => bookList = books))
kodunu griyorum fetch hata veriyo site listeleri p.jsondan almıyor
fetch("./p")
.then((res) => res.json())
.then((books => bookList = books))
kodunu griyorum fetch hata veriyo site listeleri p.jsondan almıyor
