|
|
@ -49,44 +49,44 @@ function App() { |
|
|
|
return ( |
|
|
|
return ( |
|
|
|
<Provider store={store}> |
|
|
|
<Provider store={store}> |
|
|
|
<div className="App"> |
|
|
|
<div className="App"> |
|
|
|
{/* <ProductDesign /> */} |
|
|
|
<ProductDesign /> |
|
|
|
{/* <VodProductDesign /> */} |
|
|
|
<VodProductDesign /> |
|
|
|
{/* <VodProduct /> */} |
|
|
|
{/* <VodProduct /> */} |
|
|
|
{/* <VodProductNew /> */} |
|
|
|
<VodProductNew /> |
|
|
|
{/* <BookDesign /> */} |
|
|
|
<BookDesign /> |
|
|
|
{/* <ButtonDesign /> */} |
|
|
|
<ButtonDesign /> |
|
|
|
{/* <ProductTags /> */} |
|
|
|
<ProductTags /> |
|
|
|
{/* <CounterDesign /> */} |
|
|
|
<CounterDesign /> |
|
|
|
{/* <BlogDesign1 /> */} |
|
|
|
<BlogDesign1 /> |
|
|
|
{/* <BlogDesign2 /> */} |
|
|
|
<BlogDesign2 /> |
|
|
|
{/* <BlogDesign3 /> */} |
|
|
|
<BlogDesign3 /> |
|
|
|
{/* <BlogDesign4 /> */} |
|
|
|
<BlogDesign4 /> |
|
|
|
{/* <BlogDesign5 /> */} |
|
|
|
<BlogDesign5 /> |
|
|
|
{/* <BlogDesign6 /> */} |
|
|
|
<BlogDesign6 /> |
|
|
|
{/* <HeaderDesign1 /> */} |
|
|
|
<HeaderDesign1 /> |
|
|
|
{/* <ContactInfoSection /> */} |
|
|
|
<ContactInfoSection /> |
|
|
|
{/* <FooterDesign1 /> */} |
|
|
|
<FooterDesign1 /> |
|
|
|
{/* <Testttt /> */} |
|
|
|
<Testttt /> |
|
|
|
{/* <Design2D /> */} |
|
|
|
<Design2D /> |
|
|
|
{/* <Features /> */} |
|
|
|
<Features /> |
|
|
|
{/* <Feedback /> */} |
|
|
|
<Feedback /> |
|
|
|
{/* <Alert /> */} |
|
|
|
<Alert /> |
|
|
|
{/* <Toast /> */} |
|
|
|
<Toast /> |
|
|
|
{/* <ProductSuggestion /> */} |
|
|
|
<ProductSuggestion /> |
|
|
|
{/* <ProductImage /> */} |
|
|
|
<ProductImage /> |
|
|
|
{/* <ProductTab /> */} |
|
|
|
<ProductTab /> |
|
|
|
{/* <ProductStatusCard /> */} |
|
|
|
<ProductStatusCard /> |
|
|
|
{/* <AdvertisementDesign1 /> */} |
|
|
|
<AdvertisementDesign1 /> |
|
|
|
{/* <AdvertisementDesign2 /> */} |
|
|
|
<AdvertisementDesign2 /> |
|
|
|
{/* <AdvertisementDesign3 /> */} |
|
|
|
<AdvertisementDesign3 /> |
|
|
|
{/* <CourseChapter /> */} |
|
|
|
<CourseChapter /> |
|
|
|
{/* <SidebarMenu /> */} |
|
|
|
<SidebarMenu /> |
|
|
|
{/* <SidebarDesign2 /> */} |
|
|
|
<SidebarDesign2 /> |
|
|
|
{/* <SimpleBarChart /> */} |
|
|
|
<SimpleBarChart /> |
|
|
|
{/* <SpecifiedDomainRadarChart /> */} |
|
|
|
<SpecifiedDomainRadarChart /> |
|
|
|
{/* <Design1 /> */} |
|
|
|
<Design1 /> |
|
|
|
{/* <Design2 /> */} |
|
|
|
<Design2 /> |
|
|
|
{/* <TableDesign1 /> */} |
|
|
|
<TableDesign1 /> |
|
|
|
<ReactTable2 /> |
|
|
|
<ReactTable2 /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</Provider> |
|
|
|
</Provider> |
|
|
|