|
|
@ -71,6 +71,7 @@ import TimeLine from "./components/TimeLineComponent/Timeline"; |
|
|
|
import ProfilePicNextToEachOther from "./components/ProfilePicNextToEachOther"; |
|
|
|
import ProfilePicNextToEachOther from "./components/ProfilePicNextToEachOther"; |
|
|
|
import SelectYear from "./components/SelectYear"; |
|
|
|
import SelectYear from "./components/SelectYear"; |
|
|
|
import IndianaDragScroll from "./components/IndianaDragScroll"; |
|
|
|
import IndianaDragScroll from "./components/IndianaDragScroll"; |
|
|
|
|
|
|
|
import TestComponentNew from "./components/TestComponentNew"; |
|
|
|
|
|
|
|
|
|
|
|
// import Digikala from "./components/Digikala/ImageSlider";
|
|
|
|
// import Digikala from "./components/Digikala/ImageSlider";
|
|
|
|
|
|
|
|
|
|
|
@ -145,11 +146,12 @@ function App() { |
|
|
|
<FolderTree /> |
|
|
|
<FolderTree /> |
|
|
|
{/* <GridListTable /> */} |
|
|
|
{/* <GridListTable /> */} |
|
|
|
{/* <PopupCard /> */} |
|
|
|
{/* <PopupCard /> */} |
|
|
|
{/* <TimeLine /> */} |
|
|
|
<TimeLine /> |
|
|
|
{/* <TimeLineComponent /> */} |
|
|
|
{/* <TimeLineComponent /> */} |
|
|
|
<SelectYear /> |
|
|
|
<SelectYear /> |
|
|
|
{/* <IndianaDragScroll /> */} |
|
|
|
{/* <IndianaDragScroll /> */} |
|
|
|
{/* <SidebarDesign2 className="w-1/5" /> */} |
|
|
|
{/* <SidebarDesign2 className="w-1/5" /> */} |
|
|
|
|
|
|
|
{/* <TestComponentNew /> */} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</Provider> |
|
|
|
</Provider> |
|
|
|
); |
|
|
|
); |
|
|
|