import { RecentGroupList } from '@/app/groups/recent-group-list' import { Button } from '@/components/ui/button' import Link from 'next/link' export default async function GroupsPage() { return (
) }