diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-11-24 16:41:59 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-11-24 16:41:59 +0100 |
| commit | b2323081234b8635681062d7737daabd7ab837a9 (patch) | |
| tree | b4385a3bbdeb461c1bce00b9d8b01d50cd595529 /static/pages/index.js | |
| parent | 4b6e37397d3a9a80db0c20484b712175c7b9c9c7 (diff) | |
add modules to importmap
Diffstat (limited to 'static/pages/index.js')
| -rw-r--r-- | static/pages/index.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/pages/index.js b/static/pages/index.js new file mode 100644 index 0000000..56b0848 --- /dev/null +++ b/static/pages/index.js @@ -0,0 +1,5 @@ +export ImageViewer from './image-viewer/index.js'; +export LoginView from './login/index.js'; +export MainView from './main/index.js'; +export SettingsView from './settings/index.js'; +export ShuffleView from './shuffle/index.js'; |