This commit is contained in:
parent
ef8bf5b2b6
commit
fe3be01571
|
|
@ -12,6 +12,7 @@ import { FC, useContext, useRef } from "react"
|
||||||
import { DeleteChat } from "./delete-chat"
|
import { DeleteChat } from "./delete-chat"
|
||||||
import { UpdateChat } from "./update-chat"
|
import { UpdateChat } from "./update-chat"
|
||||||
import { usePathname } from "next/navigation"
|
import { usePathname } from "next/navigation"
|
||||||
|
import i18nConfig from "@/i18nConfig"
|
||||||
|
|
||||||
interface ChatItemProps {
|
interface ChatItemProps {
|
||||||
chat: Tables<"chats">
|
chat: Tables<"chats">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue