@ -137,7 +137,7 @@ function App() {
{/* <SidebarMenu /> */}
{/* <SidebarDesign2 /> */}
{/* <SidebarDesign2 className="w-1/5" /> */}
{/* <FileManager /> */}
<FileManager />
{/* <GridListTable /> */}
{/* <PopupCard /> */}
<TimeLineComponent />
@ -34,10 +34,9 @@ const FileManager = () => {
{/* ? searchbox */}
<div className="self-end">
<SearchBox
borderClr={"#EEEEEE"}
backgroundColor={"#fff"}
inputWidth={"100%"}
placeHolderColor={"placeholder-gray-300"}
className={
"border-[#EEEEEE] focus:border-gray-200 focus:ring-gray-200 placeholder-gray-300"
}
searchIcon={graySearchIcon}
/>
</div>