import { RightSidebar } from './right-sidebar'; export function SidebarLayout({ children }: { children: React.ReactNode }) { return (
{children}
); }