import { PropsWithChildren, Suspense } from 'react' export default function GroupsLayout({ children }: PropsWithChildren<{}>) { return (
{children}
) }