update App.js and src/components/ProductSuggestion/index.js

master
mahdi 2 years ago
parent cba02d4814
commit ebcd89c3f1
  1. 40
      src/App.js

@ -101,13 +101,13 @@ 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 />
{/* <HeaderDesign1 /> */} <HeaderDesign1 />
{/* <Blogs /> */} <Blogs />
{/* ----------------------------$$$ start---------------------------- */} {/* ----------------------------$$$ start---------------------------- */}
{/* <BlogDesign1 /> {/* <BlogDesign1 />
<BlogDesign2 /> <BlogDesign2 />
@ -115,8 +115,8 @@ function App() {
<BlogDesign4 /> <BlogDesign4 />
<BlogDesign5 /> <BlogDesign5 />
<BlogDesign6 /> */} <BlogDesign6 /> */}
{/* <Button /> */} <Button />
{/* <ButtonDivTag /> */} <ButtonDivTag />
{/* ---------------------------- not usable ---------------------------- */} {/* ---------------------------- not usable ---------------------------- */}
{/* <ButtonDesign /> */} {/* <ButtonDesign /> */}
{/* ---------------------------- not usable ---------------------------- */} {/* ---------------------------- not usable ---------------------------- */}
@ -127,20 +127,20 @@ function App() {
{/* <CounterDesign /> */} {/* <CounterDesign /> */}
{/* <AnimatedProgressBar /> */} {/* <AnimatedProgressBar /> */}
{/* ----------------------------$$$ end---------------------------- */} {/* ----------------------------$$$ end---------------------------- */}
{/* <ContactInfoSection /> */} <ContactInfoSection />
{/* <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 /> */}
{/* <Design1 /> */} {/* <Design1 /> */}
{/* <Design2 /> */} {/* <Design2 /> */}

Loading…
Cancel
Save