From 545cf75e9993f4dbc0653512d01b198f111998bf Mon Sep 17 00:00:00 2001 From: Sebastien Castiel Date: Wed, 24 Jan 2024 11:12:55 -0500 Subject: Join group by URL (Closes #55) --- src/app/groups/page.tsx | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) (limited to 'src/app/groups/page.tsx') diff --git a/src/app/groups/page.tsx b/src/app/groups/page.tsx index 967c6b7..4366ec5 100644 --- a/src/app/groups/page.tsx +++ b/src/app/groups/page.tsx @@ -1,29 +1,10 @@ import { RecentGroupList } from '@/app/groups/recent-group-list' -import { Button } from '@/components/ui/button' -import { Plus } from 'lucide-react' import { Metadata } from 'next' -import Link from 'next/link' export const metadata: Metadata = { title: 'Recently visited groups', } export default async function GroupsPage() { - return ( - <> -
-

- My groups -

- -
-
- -
- - ) + return } -- cgit v1.3