summaryrefslogtreecommitdiff
path: root/packages/frontend/src/scripts/theme.ts
diff options
context:
space:
mode:
authorおさむのひと <46447427+samunohito@users.noreply.github.com>2023-12-04 12:05:35 +0900
committerGitHub <noreply@github.com>2023-12-04 12:05:35 +0900
commitb2c4973cda7202f6b2c4f5f150dcdbb54d9c9b06 (patch)
treebb6c3a29fe5d2dbbff0aa163d3396cccd21d1613 /packages/frontend/src/scripts/theme.ts
parentfix (backend): 「みつける」のなかにミュートしたユーザが... (diff)
downloadsharkey-b2c4973cda7202f6b2c4f5f150dcdbb54d9c9b06.tar.gz
sharkey-b2c4973cda7202f6b2c4f5f150dcdbb54d9c9b06.tar.bz2
sharkey-b2c4973cda7202f6b2c4f5f150dcdbb54d9c9b06.zip
fix dev build (#12566)
Diffstat (limited to 'packages/frontend/src/scripts/theme.ts')
-rw-r--r--packages/frontend/src/scripts/theme.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/scripts/theme.ts b/packages/frontend/src/scripts/theme.ts
index b6383487c9..21ef85fe7a 100644
--- a/packages/frontend/src/scripts/theme.ts
+++ b/packages/frontend/src/scripts/theme.ts
@@ -44,7 +44,7 @@ export const getBuiltinThemes = () => Promise.all(
'd-cherry',
'd-ice',
'd-u0',
- ].map(name => import(`../themes/${name}.json5`).then(({ default: _default }): Theme => _default)),
+ ].map(name => import(`@/themes/${name}.json5`).then(({ default: _default }): Theme => _default)),
);
export const getBuiltinThemesRef = () => {