remove uiw codemirror themes to fix site

+ todo: refactor themes to not use uiw package
This commit is contained in:
Felix Roos 2025-01-26 23:05:17 +01:00
parent 5a188f7461
commit fc3d7ade11
No known key found for this signature in database
6 changed files with 200 additions and 454 deletions

View file

@ -2,5 +2,5 @@ export * from './codemirror.mjs';
export * from './highlight.mjs';
export * from './flash.mjs';
export * from './slider.mjs';
export * from './themes.mjs';
export * from './themes-vanilla.mjs';
export * from './widget.mjs';