fix:修复所有的包导入错误问题
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
*
|
||||
* 原始 Dart: lib/data/repositories/chat_repository_impl.dart
|
||||
*/
|
||||
import { ChatApi, chatApi } from "@/data/api";
|
||||
import { ChatApi, chatApi } from "@/data/services/api";
|
||||
import { ChatHistoryResponse } from "@/data/dto/chat/chat_history_response";
|
||||
import { ChatMessage } from "@/data/dto/chat/chat_message";
|
||||
import { ChatSendResponse } from "@/data/dto/chat/chat_send_response";
|
||||
|
||||
Reference in New Issue
Block a user