This commit is contained in:
hailin 2025-04-21 01:52:19 +08:00
parent ef8bf5b2b6
commit fe3be01571
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ import { FC, useContext, useRef } from "react"
import { DeleteChat } from "./delete-chat"
import { UpdateChat } from "./update-chat"
import { usePathname } from "next/navigation"
import i18nConfig from "@/i18nConfig"
interface ChatItemProps {
chat: Tables<"chats">