Fix message types

This commit is contained in:
Will Chen
2025-04-18 12:04:37 -07:00
parent ebf8743778
commit db7ac39c97
7 changed files with 33 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
import type React from "react";
import type { Message } from "ai";
import type { Message } from "@/ipc/ipc_types";
import { forwardRef } from "react";
import ChatMessage from "./ChatMessage";
import { SetupBanner } from "../SetupBanner";