Browse Source

[lib] add index file for components

mightyplow 6 years ago
parent
commit
30893d8192
1 changed files with 5 additions and 0 deletions
  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';