diff --git a/src/app/bottles/[id]/page.tsx b/src/app/bottles/[id]/page.tsx index 19956cd..c61b98a 100644 --- a/src/app/bottles/[id]/page.tsx +++ b/src/app/bottles/[id]/page.tsx @@ -8,6 +8,7 @@ import TastingNoteForm from '@/components/TastingNoteForm'; import StatusSwitcher from '@/components/StatusSwitcher'; import TastingList from '@/components/TastingList'; import DeleteBottleButton from '@/components/DeleteBottleButton'; +import EditBottleForm from '@/components/EditBottleForm'; import { validateSession } from '@/services/validate-session'; export default async function BottlePage({ @@ -143,6 +144,7 @@ export default async function BottlePage({
{error}
} + + +