|
|
|
@ -19,6 +19,7 @@ import VodProductDesign from "./components/vodProductDesign/VodProductDesign"; |
|
|
|
|
import ContactInfoSection from "./components/contactInfoSection/ContactInfoSection"; |
|
|
|
|
import FooterDesign1 from "./components/footer/design1/FooterDesign1"; |
|
|
|
|
import Testttt from "./components/testtttt/Testttt"; |
|
|
|
|
import Test2 from "./components/Test2/"; |
|
|
|
|
import Design2D from "./components/Design2D/Design2D"; |
|
|
|
|
import Features from "./components/Features/index"; |
|
|
|
|
import Feedback from "./components/Feedback/index"; |
|
|
|
@ -37,13 +38,13 @@ import CourseChapter from "./components/CourseChapter"; |
|
|
|
|
import SidebarMenu from "./components/Sidebar/SidebarMenu"; |
|
|
|
|
import SidebarDesign2 from "./components/Sidebar/SidebarDesign2"; |
|
|
|
|
import SimpleBarChart from "./components/Chart/SimpleBarChart"; |
|
|
|
|
|
|
|
|
|
import Switch from "./components/Switch"; |
|
|
|
|
import SpecifiedDomainRadarChart from "./components/Chart/SpecifiedDomainRadarChart"; |
|
|
|
|
import Design1 from "./components/ProductSalesAmount/Design1"; |
|
|
|
|
import Design2 from "./components/ProductSalesAmount/Design2"; |
|
|
|
|
import TableDesign1 from "./components/Table/Design1"; |
|
|
|
|
|
|
|
|
|
import Switch from "./components/Switch"; |
|
|
|
|
|
|
|
|
|
function App() { |
|
|
|
|
return ( |
|
|
|
|
<Provider store={store}> |
|
|
|
@ -65,7 +66,7 @@ function App() { |
|
|
|
|
{/* <HeaderDesign1 /> */} |
|
|
|
|
{/* <ContactInfoSection /> */} |
|
|
|
|
{/* <FooterDesign1 /> */} |
|
|
|
|
<Testttt /> |
|
|
|
|
{/* <Testttt /> */} |
|
|
|
|
{/* <Design2D /> */} |
|
|
|
|
{/* <Features /> */} |
|
|
|
|
{/* <Feedback /> */} |
|
|
|
@ -83,9 +84,10 @@ function App() { |
|
|
|
|
{/* <SidebarDesign2 /> */} |
|
|
|
|
{/* <SimpleBarChart /> */} |
|
|
|
|
{/* <SpecifiedDomainRadarChart/> */} |
|
|
|
|
<Design1 /> |
|
|
|
|
{/* <Design1 /> */} |
|
|
|
|
{/* <Design2 /> */} |
|
|
|
|
{/* <TableDesign1 /> */} |
|
|
|
|
<Test2 /> |
|
|
|
|
</div> |
|
|
|
|
</Provider> |
|
|
|
|
); |
|
|
|
|