refactor(data): merge DTO models into schemas
This commit is contained in:
@@ -2,7 +2,7 @@ import { act } from "react";
|
||||
import { createRoot, type Root } from "react-dom/client";
|
||||
import { afterEach, beforeEach, describe, expect, it, vi } from "vitest";
|
||||
|
||||
import type { UiMessage } from "@/data/dto/chat";
|
||||
import type { UiMessage } from "@/stores/chat/ui-message";
|
||||
|
||||
import { ChatArea } from "../chat-area";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user