This commit is contained in:
naomiEve 2025-05-30 11:07:35 +02:00
parent 03bc2d458a
commit 9fbb354616

View file

@ -5,7 +5,8 @@
"name": "Dętka 29\"", "name": "Dętka 29\"",
"price": 20, "price": 20,
"category": "Dętki", "category": "Dętki",
"unit": "szt." "unit": "szt.",
"archived": false
}, },
{ {
"_id": { "_id": {
@ -14,5 +15,6 @@
"name": "Dętka 29\" Continental", "name": "Dętka 29\" Continental",
"price": 25, "price": 25,
"category": "Dętki", "category": "Dętki",
"unit": "szt." "unit": "szt.",
"archived": false
}] }]