made dataform into a complete functional component

This commit is contained in:
subnub
2024-06-23 09:11:14 -04:00
parent 0f1c0f0bbd
commit da3cbb4723
5 changed files with 171 additions and 385 deletions
+1 -5
View File
@@ -101,11 +101,7 @@ const MainSection = React.forwardRef((props, ref) => {
<div className="flex flex-row h-screen w-screen pt-16">
<LeftSection goHome={() => {}} />
<DataForm
folderClick={props.folderClick}
fileClick={props.fileClick}
downloadFile={props.downloadFile}
/>
<DataForm />
<RightSection
folderClick={props.folderClick}