From 7bfbb8f9374b5c1d2f000891c8cb8cadfd3ac09a Mon Sep 17 00:00:00 2001 From: adriano Date: Mon, 9 Oct 2023 14:33:55 -0300 Subject: [PATCH] chore: removed 2 .json files that came from another projects --- mockData/orders.json | 35 ----------------------------------- mockData/products.json | 38 -------------------------------------- 2 files changed, 73 deletions(-) delete mode 100644 mockData/orders.json delete mode 100644 mockData/products.json diff --git a/mockData/orders.json b/mockData/orders.json deleted file mode 100644 index 6f302bf..0000000 --- a/mockData/orders.json +++ /dev/null @@ -1,35 +0,0 @@ -[ - { - "tax": 399, - "shippingFee": 499, - "items": [ - { - "name": "accent chair", - "price": 2599, - "image": "https://dl.airtable.com/.attachmentThumbnails/e8bc3791196535af65f40e36993b9e1f/438bd160", - "amount": 34, - "product": "6126ad3424d2bd09165a68c8" - } - ] - }, - { - "tax": 499, - "shippingFee": 799, - "items": [ - { - "name": "bed", - "price": 2699, - "image": "https://dl.airtable.com/.attachmentThumbnails/e8bc3791196535af65f40e36993b9e1f/438bd160", - "amount": 3, - "product": "6126ad3424d2bd09165a68c7" - }, - { - "name": "chair", - "price": 2999, - "image": "https://dl.airtable.com/.attachmentThumbnails/e8bc3791196535af65f40e36993b9e1f/438bd160", - "amount": 2, - "product": "6126ad3424d2bd09165a68c4" - } - ] - } -] diff --git a/mockData/products.json b/mockData/products.json deleted file mode 100644 index 0e8e1ca..0000000 --- a/mockData/products.json +++ /dev/null @@ -1,38 +0,0 @@ -[ - { - "name": "accent chair", - "price": 25999, - "image": "https://dl.airtable.com/.attachmentThumbnails/e8bc3791196535af65f40e36993b9e1f/438bd160", - "colors": ["#ff0000", "#00ff00", "#0000ff"], - "company": "marcos", - "description": "Cloud bread VHS hell of banjo bicycle rights jianbing umami mumblecore etsy 8-bit pok pok +1 wolf. Vexillologist yr dreamcatcher waistcoat, authentic chillwave trust fund. Viral typewriter fingerstache pinterest pork belly narwhal. Schlitz venmo everyday carry kitsch pitchfork chillwave iPhone taiyaki trust fund hashtag kinfolk microdosing gochujang live-edge", - "category": "office" - }, - { - "name": "albany sectional", - "price": 109999, - "image": "https://dl.airtable.com/.attachmentThumbnails/0be1af59cf889899b5c9abb1e4db38a4/d631ac52", - "colors": ["#000", "#ffb900"], - "company": "liddy", - "description": "Cloud bread VHS hell of banjo bicycle rights jianbing umami mumblecore etsy 8-bit pok pok +1 wolf. Vexillologist yr dreamcatcher waistcoat, authentic chillwave trust fund. Viral typewriter fingerstache pinterest pork belly narwhal. Schlitz venmo everyday carry kitsch pitchfork chillwave iPhone taiyaki trust fund hashtag kinfolk microdosing gochujang live-edge", - "category": "kitchen" - }, - { - "name": "armchair", - "price": 12599, - "image": "https://dl.airtable.com/.attachmentThumbnails/530c07c5ade5acd9934c8dd334458b86/cf91397f", - "colors": ["#000", "#00ff00", "#0000ff"], - "company": "marcos", - "description": "Cloud bread VHS hell of banjo bicycle rights jianbing umami mumblecore etsy 8-bit pok pok +1 wolf. Vexillologist yr dreamcatcher waistcoat, authentic chillwave trust fund. Viral typewriter fingerstache pinterest pork belly narwhal. Schlitz venmo everyday carry kitsch pitchfork chillwave iPhone taiyaki trust fund hashtag kinfolk microdosing gochujang live-edge", - "category": "bedroom" - }, - { - "name": "emperor bed", - "price": 23999, - "image": "https://dl.airtable.com/.attachmentThumbnails/0446e84c5bca9643de3452a61b2d6195/1b32f48b", - "colors": ["#0000ff", "#000"], - "company": "ikea", - "description": "Cloud bread VHS hell of banjo bicycle rights jianbing umami mumblecore etsy 8-bit pok pok +1 wolf. Vexillologist yr dreamcatcher waistcoat, authentic chillwave trust fund. Viral typewriter fingerstache pinterest pork belly narwhal. Schlitz venmo everyday carry kitsch pitchfork chillwave iPhone taiyaki trust fund hashtag kinfolk microdosing gochujang live-edge", - "category": "bedroom" - } -]