Skip to content

Commit 71e6986

Browse files
committed
fix lint
1 parent 7c16a3e commit 71e6986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/(docs)/@chat/chat/[chatId]/chatArea.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { StyledMarkdown } from "@/markdown/markdown";
1010
import clsx from "clsx";
1111
import Link from "next/link";
1212
import { useRouter } from "next/navigation";
13-
import { ReactNode, useEffect, useRef } from "react";
13+
import { ReactNode } from "react";
1414

1515
export function ChatAreaContainer(props: {
1616
chatId: string;

0 commit comments

Comments
 (0)