fix: build errors (couldn't find package)

This commit is contained in:
Avraham Sakal
2025-09-21 14:33:36 -04:00
parent f8c8c4906a
commit 51b14c8b2b
7 changed files with 17 additions and 24 deletions
+2 -2
View File
@@ -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();