master
mahdi andalib 3 years ago
parent b124fbecb1
commit 5a87dab445
  1. 4
      src/App.js

@ -43,6 +43,7 @@ import Design2 from "./components/ProductSalesAmount/Design2";
import TableDesign1 from "./components/Table/Design1"; import TableDesign1 from "./components/Table/Design1";
import ReactTable2 from "./components/ReactTable2"; import ReactTable2 from "./components/ReactTable2";
import ReactTable3 from "./components/ReactTable3"; import ReactTable3 from "./components/ReactTable3";
// import Pagintaion from "./components/ReactTable3/Pagintaion.js";
import Switch from "./components/Switch"; import Switch from "./components/Switch";
@ -70,7 +71,7 @@ function App() {
{/* <Testttt /> */} {/* <Testttt /> */}
{/* <Design2D /> */} {/* <Design2D /> */}
{/* <Features /> */} {/* <Features /> */}
{/* <Feedback /> */} <Feedback />
{/* <Alert /> */} {/* <Alert /> */}
{/* <Toast /> */} {/* <Toast /> */}
{/* <ProductSuggestion /> */} {/* <ProductSuggestion /> */}
@ -90,6 +91,7 @@ function App() {
{/* <TableDesign1 /> */} {/* <TableDesign1 /> */}
{/* <ReactTable2 /> */} {/* <ReactTable2 /> */}
<ReactTable3 /> <ReactTable3 />
{/* <Pagintaion /> */}
</div> </div>
</Provider> </Provider>
); );

Loading…
Cancel
Save