file: create index.js file for export

This commit is contained in:
Leon Xu
2023-01-23 16:04:04 -08:00
parent 95926fdab1
commit 5220326564
+4
View File
@@ -0,0 +1,4 @@
import Home from "./Home";
import CreatePost from "./CreatePost";
export { Home, CreatePost };