Moved Sidebarplaceholder to sidebar component
Potentially equal size to the sidebar in the future
This commit is contained in:
parent
df0326f9ff
commit
fbc815e776
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ const LayoutReadyOrNot = ({ children }: { children: React.ReactNode }) => {
|
||||||
</Script>
|
</Script>
|
||||||
|
|
||||||
<Sidebar />
|
<Sidebar />
|
||||||
<div className={styles.sidebarPlaceholder}></div>
|
|
||||||
<main className={styles.main}>
|
<main className={styles.main}>
|
||||||
{children}
|
{children}
|
||||||
</main>
|
</main>
|
||||||
|
|
Reference in a new issue