We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c16a3e commit 71e6986Copy full SHA for 71e6986
app/(docs)/@chat/chat/[chatId]/chatArea.tsx
@@ -10,7 +10,7 @@ import { StyledMarkdown } from "@/markdown/markdown";
10
import clsx from "clsx";
11
import Link from "next/link";
12
import { useRouter } from "next/navigation";
13
-import { ReactNode, useEffect, useRef } from "react";
+import { ReactNode } from "react";
14
15
export function ChatAreaContainer(props: {
16
chatId: string;
0 commit comments