fixed layout

This commit is contained in:
Laux Dev
2026-02-24 10:01:14 +08:00
parent a161e72304
commit 969301e80f
2 changed files with 10 additions and 9 deletions

View File

@@ -20,9 +20,9 @@ export default function RootLayout({ children }) {
<body className={`${inter.variable} `}>
<div className={styles.layout}>
<Sidebar />
<Header />
<div className={styles.mainContainer}>
{/* Header here */}
<Header />
{children}
</div>
</div>