Skip to content

Commit 4bd7c54

Browse files
committed
useEffectフックのインポートを削除
1 parent 4c5e937 commit 4bd7c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/[docs_id]/chatForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use client";
22

3-
import { useState, FormEvent, useEffect } from "react";
3+
import { useState, FormEvent } from "react";
44
import clsx from "clsx";
55
import { askAI } from "@/app/actions/chatActions";
66
import { StyledMarkdown } from "./markdown";

0 commit comments

Comments
 (0)