Browse Source

feat(containers): export new home container

Helder 6 năm trước cách đây
mục cha
commit
d5f22ebf59
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      src/app/containers/index.jsx

+ 5 - 0
src/app/containers/index.jsx

@@ -0,0 +1,5 @@
+import Home from './Home'
+
+export {
+  Home
+}