Moved PrebakeCodeMirror to its own file

This commit is contained in:
John Björk 2026-02-07 23:15:12 +01:00
parent 6707c7893b
commit a60a54147c
No known key found for this signature in database
GPG key ID: 303B6ADF2F569B0A
4 changed files with 96 additions and 88 deletions

View file

@ -4,4 +4,5 @@ export * from './flash.mjs';
export * from './slider.mjs';
export * from './themes.mjs';
export * from './widget.mjs';
export * from './basicSetup.mjs';
export { Vim, prebakeField } from './keybindings.mjs';