From 11f512ce6a75b1f0cd2fef4f4a9e3af9f3e3cc1c Mon Sep 17 00:00:00 2001 From: Yam Catzenelson <108418515+yamz8@users.noreply.github.com> Date: Mon, 11 Nov 2024 22:07:25 +0200 Subject: [PATCH] Update page.tsx remove unused import --- app/(chat)/chat/[id]/page.tsx | 1 - 1 file changed, 1 deletion(-) 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';