Browse Source

[lib] add index file for components

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

+ 5 - 0
src/index.js

@@ -0,0 +1,5 @@
+export { Dialog } from './dialog/Dialog.jsx';
+export { dialogActions } from './dialog/dialogActions';
+export { dialogState } from './dialog/dialogState';
+
+export { Overlay } from './overlay/Overlay.jsx';