Moved Sidebarplaceholder to sidebar component

Potentially equal size to the sidebar in the future
This commit is contained in:
Neshura 2022-12-09 18:28:58 +01:00
parent df0326f9ff
commit fbc815e776
No known key found for this signature in database
GPG key ID: ACDF5B6EBECF6B0A

View file

@ -26,7 +26,6 @@ const LayoutReadyOrNot = ({ children }: { children: React.ReactNode }) => {
</Script>
<Sidebar />
<div className={styles.sidebarPlaceholder}></div>
<main className={styles.main}>
{children}
</main>