|
|
@ -36,6 +36,7 @@ import CourseChapter from "../components/CourseChapter"; |
|
|
|
import Design2D from "../components/Design2D"; |
|
|
|
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"; |
|
|
|
|
|
|
|
|
|
|
|
const components = [ |
|
|
|
const components = [ |
|
|
|
{ |
|
|
|
{ |
|
|
@ -620,6 +621,17 @@ const components = [ |
|
|
|
code: null, |
|
|
|
code: null, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
name: "AddToCartCard", |
|
|
|
|
|
|
|
author: "Keshavarzi", |
|
|
|
|
|
|
|
props: [], |
|
|
|
|
|
|
|
content: { |
|
|
|
|
|
|
|
name: "AddToCartCard OR Product Status Card", |
|
|
|
|
|
|
|
component: <AddToCartCard />, |
|
|
|
|
|
|
|
code: null, |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
]; |
|
|
|
]; |
|
|
|
|
|
|
|
|
|
|
|
export default components; |
|
|
|
export default components; |
|
|
|