import { Outlet } from 'react-router-dom' import { Sidebar } from './Sidebar' export function Layout() { return (
{/* Sidebar */}
{/* Main content */}
) }