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

Loading…
Cancel
Save