import Sidebar from "./Sidebar" export default function DashboardLayout({children}:{children:React.ReactNode}){ return(
{children}
) }