This reverts commit a5f0b5ec74.
This commit is contained in:
おさむのひと
2023-12-03 10:17:07 +09:00
committed by GitHub
parent 336416261a
commit 5ccd61b1f8

View File

@@ -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 = () => {