diff options
Diffstat (limited to 'static/pages/main/index.js')
| -rw-r--r-- | static/pages/main/index.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/static/pages/main/index.js b/static/pages/main/index.js index 9bf0aae..8c0cac1 100644 --- a/static/pages/main/index.js +++ b/static/pages/main/index.js @@ -1,8 +1,7 @@ +import icons from 'icons'; import * as sfw from 'sfw'; const { Div, Input } = sfw.element.native; -import icons from '/icons/index.js'; - const css = await sfw.css(import.meta.url, './index.css'); export default class MainView extends sfw.element.Container { |