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>
|
||||
|
||||
<Sidebar />
|
||||
<div className={styles.sidebarPlaceholder}></div>
|
||||
<main className={styles.main}>
|
||||
{children}
|
||||
</main>
|
||||
|
|
Reference in a new issue