fix import path

This commit is contained in:
Timi
2026-04-02 16:52:48 +08:00
parent cdaf858a53
commit c266c9e95b
44 changed files with 180 additions and 194 deletions

5
src/api/index.ts Normal file
View File

@@ -0,0 +1,5 @@
export * from "./ArticleAPI";
export * from "./CommentAPI";
export * from "./CommonAPI";
export * from "./DeveloperAPI"
export * from "./UserAPI";