Skip to content
Snippets Groups Projects
Unverified Commit b2c4973c authored by おさむのひと's avatar おさむのひと Committed by GitHub
Browse files

fix dev build (#12566)

parent 55c8ec80
No related branches found
No related tags found
No related merge requests found
......@@ -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 = () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment