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/index.html | |
| parent | 4b6e37397d3a9a80db0c20484b712175c7b9c9c7 (diff) | |
add modules to importmap
Diffstat (limited to 'static/index.html')
| -rw-r--r-- | static/index.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/static/index.html b/static/index.html index b3f609d..cf0a613 100644 --- a/static/index.html +++ b/static/index.html @@ -5,7 +5,11 @@ <script type="importmap"> { "imports": { - "sfw": "./sfw/index.js" + "sfw": "./sfw/index.js", + "api": "./api/index.js", + "icons": "./icons/index.js", + "widgets": "./widgets/index.js", + "pages": "./pages/index.js" } } </script> |