We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c5e937 commit 4bd7c54Copy full SHA for 4bd7c54
app/[docs_id]/chatForm.tsx
@@ -1,6 +1,6 @@
1
"use client";
2
3
-import { useState, FormEvent, useEffect } from "react";
+import { useState, FormEvent } from "react";
4
import clsx from "clsx";
5
import { askAI } from "@/app/actions/chatActions";
6
import { StyledMarkdown } from "./markdown";
0 commit comments