|
|
@ -21,13 +21,13 @@ import CircularProgressbar from "../components/CircularProgressbar"; |
|
|
|
import Stepper from "../components/Stepper"; |
|
|
|
import Stepper from "../components/Stepper"; |
|
|
|
import Product from "../components/Product"; |
|
|
|
import Product from "../components/Product"; |
|
|
|
import Navbar from "../components/Navbar"; |
|
|
|
import Navbar from "../components/Navbar"; |
|
|
|
import SimpleCalendar from '../components/Calendar'; |
|
|
|
import SimpleCalendar from "../components/Calendar"; |
|
|
|
import Footer from "../components/Footer"; |
|
|
|
import Footer from "../components/Footer"; |
|
|
|
import SimpleDatePicker from "../components/SimpleDatePicker"; |
|
|
|
import SimpleDatePicker from "../components/SimpleDatePicker"; |
|
|
|
import RangeDatePicker from '../components/RangeDatePicker'; |
|
|
|
import RangeDatePicker from "../components/RangeDatePicker"; |
|
|
|
import Comments from "../components/Comments"; |
|
|
|
import Comments from "../components/Comments"; |
|
|
|
import Feedback from "../components/Feedback"; |
|
|
|
import Feedback from "../components/Feedback"; |
|
|
|
import Features from '../components/Features'; |
|
|
|
import Features from "../components/Features"; |
|
|
|
import Blogs from "../components/Blogs"; |
|
|
|
import Blogs from "../components/Blogs"; |
|
|
|
import ProductSuggestion from "../components/ProductSuggestion"; |
|
|
|
import ProductSuggestion from "../components/ProductSuggestion"; |
|
|
|
import PanelSidebar from "../components/SidebarMenu"; |
|
|
|
import PanelSidebar from "../components/SidebarMenu"; |
|
|
@ -38,8 +38,8 @@ 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"; |
|
|
|
import ProductDescription from "../components/ProductDescription"; |
|
|
|
import QandA from '../components/QandA'; |
|
|
|
import QandA from "../components/QandA"; |
|
|
|
import Banners from '../components/Banners'; |
|
|
|
import Banners from "../components/Banners"; |
|
|
|
|
|
|
|
|
|
|
|
const components = [ |
|
|
|
const components = [ |
|
|
|
{ |
|
|
|
{ |
|
|
@ -462,16 +462,14 @@ const components = [ |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
name : "SimpleCalendar", |
|
|
|
name: "SimpleCalendar", |
|
|
|
author: "Keshavarzi", |
|
|
|
author: "Keshavarzi", |
|
|
|
props : [ |
|
|
|
props: [], |
|
|
|
|
|
|
|
content: { |
|
|
|
], |
|
|
|
name: "SimpleCalendar", |
|
|
|
content : { |
|
|
|
component: <SimpleCalendar />, |
|
|
|
name : "SimpleCalendar", |
|
|
|
code: null, |
|
|
|
component : <SimpleCalendar />, |
|
|
|
}, |
|
|
|
code : null, |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
name: "Navbar", |
|
|
|
name: "Navbar", |
|
|
@ -491,7 +489,6 @@ const components = [ |
|
|
|
name: "Footer", |
|
|
|
name: "Footer", |
|
|
|
component: <Footer />, |
|
|
|
component: <Footer />, |
|
|
|
code: null, |
|
|
|
code: null, |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
@ -510,7 +507,11 @@ const components = [ |
|
|
|
props: [], |
|
|
|
props: [], |
|
|
|
content: { |
|
|
|
content: { |
|
|
|
name: "RangeDatePicker", |
|
|
|
name: "RangeDatePicker", |
|
|
|
component: <div className="flex items-center justify-center w-full my-2"><RangeDatePicker /></div>, |
|
|
|
component: ( |
|
|
|
|
|
|
|
<div className="flex items-center justify-center w-full my-2"> |
|
|
|
|
|
|
|
<RangeDatePicker /> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
), |
|
|
|
code: null, |
|
|
|
code: null, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
@ -640,7 +641,7 @@ const components = [ |
|
|
|
props: [], |
|
|
|
props: [], |
|
|
|
content: { |
|
|
|
content: { |
|
|
|
name: "Product Description Table", |
|
|
|
name: "Product Description Table", |
|
|
|
component: <ProductDescription addToCart={<AddToCartCard />}/>, |
|
|
|
component: <ProductDescription addToCart={<AddToCartCard />} />, |
|
|
|
code: null, |
|
|
|
code: null, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|