File Manager - Dashboard Routes #2
|
@ -49,6 +49,7 @@ export const DashboardLayout = ({ children }: React.PropsWithChildren<{}>) => {
|
||||||
</Button>
|
</Button>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
<div className="flex-1">
|
||||||
{children}
|
{children}
|
||||||
|
|
||||||
<footer className="my-5">
|
<footer className="my-5">
|
||||||
|
@ -78,6 +79,7 @@ export const DashboardLayout = ({ children }: React.PropsWithChildren<{}>) => {
|
||||||
</ul>
|
</ul>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue