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

Revert "fix #12528 (#12536)" (#12548)

This reverts commit a5f0b5ec.
parent 33641626
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(`${__dirname}/../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