From 34c373272ba11077c2dfa31eee3736f51ffde684 Mon Sep 17 00:00:00 2001 From: Sebastien Castiel Date: Fri, 8 Dec 2023 16:33:12 -0500 Subject: Landing page --- src/app/groups/layout.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/app/groups') diff --git a/src/app/groups/layout.tsx b/src/app/groups/layout.tsx index d8aff39..df7d39e 100644 --- a/src/app/groups/layout.tsx +++ b/src/app/groups/layout.tsx @@ -1,5 +1,9 @@ import { PropsWithChildren } from 'react' export default function GroupsLayout({ children }: PropsWithChildren<{}>) { - return
{children}
+ return ( +
+ {children} +
+ ) } -- cgit v1.3