From 7956156d705297ba7c372577bb19c09517bbd444 Mon Sep 17 00:00:00 2001 From: Sebastien Castiel Date: Wed, 24 Jan 2024 09:50:37 -0500 Subject: Upgrade Next.js to 14.1.0 --- src/app/groups/layout.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/app/groups/layout.tsx') diff --git a/src/app/groups/layout.tsx b/src/app/groups/layout.tsx index 3b8b10e..02f136b 100644 --- a/src/app/groups/layout.tsx +++ b/src/app/groups/layout.tsx @@ -1,11 +1,11 @@ -import { PropsWithChildren } from 'react' +import { PropsWithChildren, Suspense } from 'react' export default function GroupsLayout({ children }: PropsWithChildren<{}>) { return ( - <> +
{children}
- +
) } -- cgit v1.3