master
mahdi andalib 3 years ago
parent a8fe6753d9
commit b3496ad1d7
  1. 10
      src/App.js

@ -60,6 +60,9 @@ import SemiDonut from "./components/SemiDonut";
import FolderTree from "./components/FolderTree"; import FolderTree from "./components/FolderTree";
import GridListTable from "./components/GridListTable"; import GridListTable from "./components/GridListTable";
import PopupCard from "./components/PopupCard"; import PopupCard from "./components/PopupCard";
import OutlineInput from "./components/OutlineInput";
import CancleIcon from "./components/CancleIcon";
import ButtonNewDesign from "./components/ButtonNewDesign";
// import Digikala from "./components/Digikala/ImageSlider"; // import Digikala from "./components/Digikala/ImageSlider";
@ -104,8 +107,8 @@ function App() {
{/* <TableDesign1 /> */} {/* <TableDesign1 /> */}
{/* <ReactTable2 /> */} {/* <ReactTable2 /> */}
{/* <ReactTable3 /> */} {/* <ReactTable3 /> */}
{/* <ReactTable4 /> */} <ReactTable4 />
{/* <ReactTable5 /> */} <ReactTable5 />
{/* <Digikala /> */} {/* <Digikala /> */}
{/* <HeaderDesign1 /> */} {/* <HeaderDesign1 /> */}
{/* <div className="flex"> {/* <div className="flex">
@ -124,6 +127,9 @@ function App() {
{/* <CardHolder /> */} {/* <CardHolder /> */}
{/* <UploadFile /> */} {/* <UploadFile /> */}
{/* <BarChartApex /> */} {/* <BarChartApex /> */}
<OutlineInput />
{/* <ButtonNewDesign /> */}
{/* <CancleIcon /> */}
{/* <SemiDonut /> */} {/* <SemiDonut /> */}
{/* <FolderTree /> */} {/* <FolderTree /> */}
{/* <GridListTable /> */} {/* <GridListTable /> */}

Loading…
Cancel
Save