diff --git a/app/(chat)/chat/[id]/page.tsx b/app/(chat)/chat/[id]/page.tsx index 859e3282f..94731096e 100644 --- a/app/(chat)/chat/[id]/page.tsx +++ b/app/(chat)/chat/[id]/page.tsx @@ -1,4 +1,3 @@ -import { CoreMessage } from 'ai'; import { cookies } from 'next/headers'; import { notFound } from 'next/navigation';