File Manager - Dashboard Routes #2
|
@ -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>
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue