From 0b27f90fb76a2492c17a958b6dd807e6fbbf8030 Mon Sep 17 00:00:00 2001 From: Sebastien Castiel Date: Thu, 7 Dec 2023 16:44:01 -0500 Subject: Titles and navigation --- src/app/groups/create/page.tsx | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'src/app/groups/create') diff --git a/src/app/groups/create/page.tsx b/src/app/groups/create/page.tsx index 4f220d2..82047a5 100644 --- a/src/app/groups/create/page.tsx +++ b/src/app/groups/create/page.tsx @@ -1,9 +1,6 @@ import { GroupForm } from '@/components/group-form' -import { Button } from '@/components/ui/button' import { createGroup } from '@/lib/api' import { groupFormSchema } from '@/lib/schemas' -import { ChevronLeft } from 'lucide-react' -import Link from 'next/link' import { redirect } from 'next/navigation' export default function CreateGroupPage() { @@ -14,16 +11,5 @@ export default function CreateGroupPage() { redirect(`/groups/${group.id}`) } - return ( -
-
- -
- -
- ) + return } -- cgit v1.3