mirror of
https://github.com/deiucanta/chatpad.git
synced 2026-03-11 09:04:31 +00:00
fix: chat type import
This commit is contained in:
parent
26a7ac60d8
commit
bbbc0a2b2a
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ import {
|
|||
import { Link } from "@tanstack/react-location";
|
||||
import { useLiveQuery } from "dexie-react-hooks";
|
||||
import { useMemo } from "react";
|
||||
import { db } from "../db";
|
||||
import { Chat, db } from "../db";
|
||||
import { useChatId } from "../hooks/useChatId";
|
||||
import { DeleteChatModal } from "./DeleteChatModal";
|
||||
import { EditChatModal } from "./EditChatModal";
|
||||
|
|
|
|||
Loading…
Reference in a new issue