File Manager - Dashboard Routes #2

Merged
ditorodev merged 14 commits from riobuenoDevelops/fileManager-dashboard into develop 2024-03-13 17:05:35 +00:00
1 changed files with 29 additions and 27 deletions
Showing only changes of commit 9b09f6854a - Show all commits

View File

@ -49,6 +49,7 @@ export const DashboardLayout = ({ children }: React.PropsWithChildren<{}>) => {
</Button>
</header>
<div className="flex-1">
{children}
<footer className="my-5">
@ -78,6 +79,7 @@ export const DashboardLayout = ({ children }: React.PropsWithChildren<{}>) => {
</ul>
</footer>
</div>
</div>
)
}