diff --git a/components/ProductDetails.js b/components/ProductDetails.js deleted file mode 100644 index e6df085..0000000 --- a/components/ProductDetails.js +++ /dev/null @@ -1,17 +0,0 @@ -// solution -app.component('product-details', { - props: { - details: { - type: Array, - required: true - } - }, - template: - /*html*/ - ` -
Out of Stock
Shipping: {{ shipping }}
- - -