mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-26 17:00:19 +01:00
remove unused imports
This commit is contained in:
parent
37822db655
commit
9faa9a4562
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { createHighlighterCore } from 'shiki/core';
|
import { createHighlighterCore } from 'shiki/core';
|
||||||
import { createOnigurumaEngine, loadWasm } from 'shiki/engine/oniguruma';
|
import { createOnigurumaEngine } from 'shiki/engine/oniguruma';
|
||||||
import darkPlus from 'shiki/themes/dark-plus.mjs';
|
import darkPlus from 'shiki/themes/dark-plus.mjs';
|
||||||
import { bundledThemesInfo } from 'shiki/themes';
|
import { bundledThemesInfo } from 'shiki/themes';
|
||||||
import { bundledLanguagesInfo } from 'shiki/langs';
|
import { bundledLanguagesInfo } from 'shiki/langs';
|
||||||
|
|
Loading…
Reference in a new issue