import { PropsWithChildren } from 'react'; export function DashboardGrid({ children }: PropsWithChildren) { return
{children}
; }