mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-23 00:29:22 +09:00
remove unused imports
This commit is contained in:
parent
37822db655
commit
9faa9a4562
@ -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 New Issue
Block a user