aboutsummaryrefslogtreecommitdiff
path: root/static/widgets/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/widgets/index.js')
-rw-r--r--static/widgets/index.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/widgets/index.js b/static/widgets/index.js
new file mode 100644
index 0000000..c468f34
--- /dev/null
+++ b/static/widgets/index.js
@@ -0,0 +1,6 @@
+export Editable from './editable/index.js';
+export Image from './image/index.js';
+export MonthSelect from './month-select/index.js';
+export PasswordDialog from './password-dialog/index.js';
+export Search from './search/index.js';
+export UploadBar from './upload-bar/index.js';