This commit is contained in:
yanran200730
2023-02-07 13:36:02 +08:00
parent 182015e843
commit 6ddadfe53c
12 changed files with 1951 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
export {default as newsList} from "./newsList";
export {default as commentList} from "./commentList";
export {default as addVideo} from "./addVideo";
export {default as addArticle} from "./addArticle";
export {default as newsDetail} from "./newsDetail";
export {default as videoDetail} from "./videoDetail";