初始化

This commit is contained in:
aixianling
2021-12-14 18:36:19 +08:00
parent 9afa4101b6
commit a8dff862d2
327 changed files with 88702 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";