fix import path
This commit is contained in:
5
src/api/index.ts
Normal file
5
src/api/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export * from "./ArticleAPI";
|
||||
export * from "./CommentAPI";
|
||||
export * from "./CommonAPI";
|
||||
export * from "./DeveloperAPI"
|
||||
export * from "./UserAPI";
|
||||
Reference in New Issue
Block a user