|
|
|
@ -44,7 +44,8 @@ import TableDesign1 from "./components/Table/Design1"; |
|
|
|
|
import ReactTable2 from "./components/ReactTable2"; |
|
|
|
|
// import ReactTable3 from "./components/ReactTable3";
|
|
|
|
|
import ReactTable4 from "./components/ReactTable4"; |
|
|
|
|
import Digikala from "./components/Digikala/ImageSlider"; |
|
|
|
|
import Digikala from "./components/Digikala"; |
|
|
|
|
// import Digikala from "./components/Digikala/ImageSlider";
|
|
|
|
|
|
|
|
|
|
import Switch from "./components/Switch"; |
|
|
|
|
|
|
|
|
@ -94,6 +95,7 @@ function App() { |
|
|
|
|
{/* <ReactTable3 /> */} |
|
|
|
|
{/* <ReactTable4 /> */} |
|
|
|
|
<Digikala /> |
|
|
|
|
{/* <DigikalaShop /> */} |
|
|
|
|
</div> |
|
|
|
|
</Provider> |
|
|
|
|
); |
|
|
|
|