|
|
|
@ -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> |
|
|
|
|
); |
|
|
|
|