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/widgets/month-select | |
| parent | 4b6e37397d3a9a80db0c20484b712175c7b9c9c7 (diff) | |
add modules to importmap
Diffstat (limited to 'static/widgets/month-select')
| -rw-r--r-- | static/widgets/month-select/index.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/static/widgets/month-select/index.js b/static/widgets/month-select/index.js index d23469d..6ffbac2 100644 --- a/static/widgets/month-select/index.js +++ b/static/widgets/month-select/index.js @@ -1,8 +1,7 @@ +import icons from 'icons'; import * as sfw from 'sfw'; const { Div } = sfw.element.native; -import icons from '../../icons/index.js'; - const css = await sfw.css(import.meta.url, './index.css'); export default class MonthSelect extends sfw.element.Container { |