G
Size: a a a
G
yv
yv
TP
export const deleteBookFX = createEffect(
async({ id }) => {
const response = await axios.delete(`https://localhost:5000/books/delete/${id}`)
return response.data
}
)🚀🚀
🚀🚀
G
🚀🚀
export const deleteBookFX = createEffect(
async({ id }) => {
const response = await axios.delete(`https://localhost:5000/books/delete/${id}`)
return response.data
}
)🚀🚀
G
yv
🚀🚀
c
🚀🚀
TP
yv
🚀🚀
🚀🚀
🚀🚀
L