export default function ProjectsLayout({ children, }: { children: React.ReactNode; }) { return ( <> {children} ); }