diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-12-17 21:33:06 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-12-17 21:33:06 +0100 |
| commit | 9c37e114b20e6b2a2d4a34fe1f0e44c5ed3439ed (patch) | |
| tree | 42f05bd826fb1e55e70a5402167521253bc8be86 /static/widgets/index.js | |
| parent | 99701b8d6fc0671fabc2e5d3ab7d6841bff9021a (diff) | |
shuffle: first version
Diffstat (limited to 'static/widgets/index.js')
| -rw-r--r-- | static/widgets/index.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/static/widgets/index.js b/static/widgets/index.js index c468f34..6220318 100644 --- a/static/widgets/index.js +++ b/static/widgets/index.js @@ -1,6 +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'; +export { default as Editable } from './editable/index.js'; +export { default as Image } from './image/index.js'; +export { default as MonthSelect } from './month-select/index.js'; +export { default as PasswordDialog } from './password-dialog/index.js'; +export { default as Search } from './search/index.js'; +export { default as UploadBar } from './upload-bar/index.js'; |