diff options
| author | Sebastien Castiel <sebastien@castiel.me> | 2023-12-07 16:44:01 -0500 |
|---|---|---|
| committer | Sebastien Castiel <sebastien@castiel.me> | 2023-12-07 16:44:01 -0500 |
| commit | 0b27f90fb76a2492c17a958b6dd807e6fbbf8030 (patch) | |
| tree | bfc9c0e533eb28b43bcded9c53020dc15bca1955 /src/app/page.tsx | |
| parent | 6611e3a187e5398f686449938b7cf1ddbfcb5392 (diff) | |
Titles and navigation
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> } |
