fix: build errors (couldn't find package)
This commit is contained in:
@@ -29,7 +29,7 @@ import type {
|
||||
OtherParameters,
|
||||
SendMessageStatus,
|
||||
SendMessageStatusUI,
|
||||
} from "@/types";
|
||||
} from "../../../types";
|
||||
import Markdown from "react-markdown";
|
||||
import {
|
||||
IconTrash,
|
||||
@@ -40,7 +40,7 @@ import {
|
||||
} from "@tabler/icons-react";
|
||||
import { useTRPC, useTRPCClient } from "../../trpc-client";
|
||||
import { useMutation, useQuery, useQueryClient } from "@tanstack/react-query";
|
||||
import type { Conversation } from "@/database/common";
|
||||
import type { Conversation } from "@database/common";
|
||||
|
||||
export default function ChatPage() {
|
||||
const pageContext = usePageContext();
|
||||
|
||||
Reference in New Issue
Block a user