diff --git a/src/App.js b/src/App.js index 773ec53..8b55ede 100644 --- a/src/App.js +++ b/src/App.js @@ -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 ( @@ -65,7 +66,7 @@ function App() { {/* */} {/* */} {/* */} - + {/* */} {/* */} {/* */} {/* */} @@ -83,9 +84,10 @@ function App() { {/* */} {/* */} {/* */} - + {/* */} {/* */} {/* */} + );