done without .docx

This commit is contained in:
qkrlnt
2025-05-24 10:42:15 +04:00
parent cbda4dee82
commit e005c61030
11 changed files with 211 additions and 71 deletions

View File

@@ -25,7 +25,6 @@ export default function useBasket() {
};
const clearBasket = async () => {
// Очищаем корзину полностью
for (let item of basket) {
await fetch(`http://localhost:5000/basket/${item.id}`, { method: 'DELETE' });
}