From b2323081234b8635681062d7737daabd7ab837a9 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Mon, 24 Nov 2025 16:41:59 +0100 Subject: add modules to importmap --- static/widgets/index.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 static/widgets/index.js (limited to 'static/widgets/index.js') 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'; -- cgit v1.2.3-70-g09d2