|
|
@ -37,6 +37,7 @@ import Design2D from "../components/Design2D"; |
|
|
|
import ProductStatusCard from "../components/ProductStatusCard"; |
|
|
|
import ProductStatusCard from "../components/ProductStatusCard"; |
|
|
|
import VodProductNew from "../components/VodProductNew"; |
|
|
|
import VodProductNew from "../components/VodProductNew"; |
|
|
|
import AddToCartCard from "../components/AddToCart"; |
|
|
|
import AddToCartCard from "../components/AddToCart"; |
|
|
|
|
|
|
|
import ProductDescription from "../components/ProductDescription"; |
|
|
|
|
|
|
|
|
|
|
|
const components = [ |
|
|
|
const components = [ |
|
|
|
{ |
|
|
|
{ |
|
|
@ -631,7 +632,16 @@ const components = [ |
|
|
|
code: null, |
|
|
|
code: null, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
name: "ProductDescription", |
|
|
|
|
|
|
|
author: "Keshavarzi", |
|
|
|
|
|
|
|
props: [], |
|
|
|
|
|
|
|
content: { |
|
|
|
|
|
|
|
name: "Product Description Table", |
|
|
|
|
|
|
|
component: <ProductDescription addToCart={<AddToCartCard />}/>, |
|
|
|
|
|
|
|
code: null, |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
}, |
|
|
|
]; |
|
|
|
]; |
|
|
|
|
|
|
|
|
|
|
|
export default components; |
|
|
|
export default components; |
|
|
|