aboutsummaryrefslogtreecommitdiff
path: root/static/pages/settings
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2026-05-18 17:02:32 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2026-05-18 17:02:32 +0200
commit70994ddaf48a92d062977bc667c72685a4ccb815 (patch)
tree262dd69b72804e00356cd8c98bb2a93d5668d368 /static/pages/settings
parent2115198c6a292dce97cfb411e939b10c39ca24c1 (diff)
try to use bun for bundling
Diffstat (limited to 'static/pages/settings')
-rw-r--r--static/pages/settings/index.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/static/pages/settings/index.js b/static/pages/settings/index.js
index c46987b..5cc40be 100644
--- a/static/pages/settings/index.js
+++ b/static/pages/settings/index.js
@@ -6,7 +6,9 @@ const { Div, Img } = sfw.element.native;
import Editable from '../../widgets/editable/index.js';
import PasswordDialog from '../../widgets/password-dialog/index.js';
-const css = await sfw.css(import.meta.url, './index.css');
+import stylesheet from './index.css';
+
+const css = await sfw.css.sheet(stylesheet);
export default class SettingsView extends sfw.element.Container {
#profile_image