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