diff options
Diffstat (limited to 'src/app/page.tsx')
| -rw-r--r-- | src/app/page.tsx | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/app/page.tsx b/src/app/page.tsx index a94e2d5..dedeb98 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,12 +1,3 @@ -import { Button } from '@/components/ui/button' -import Link from 'next/link' - export default function HomePage() { - return ( - <main> - <Button asChild variant="link"> - <Link href="/groups">My groups</Link> - </Button> - </main> - ) + return <main></main> } |
