diff options
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> |