Skip to content

Commit

Permalink
fix dev build (#12566)
Browse files Browse the repository at this point in the history
  • Loading branch information
samunohito authored Dec 4, 2023
1 parent 55c8ec8 commit b2c4973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/scripts/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = () => {
Expand Down

0 comments on commit b2c4973

Please sign in to comment.