We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f16c6dc commit a2218d6Copy full SHA for a2218d6
1 file changed
components/layout-with-sidebar.tsx
@@ -13,7 +13,6 @@ export default function LayoutWithSidebar({
13
{/* Sidebar */}
14
<Sidebar />
15
16
- {/* Main Content */}
17
<div className="flex-1 overflow-auto">
18
<main className="min-h-screen">
19
{children}
0 commit comments