mod: темы (светлая и темная) включаются автоматически

This commit is contained in:
2026-01-10 15:44:18 +03:00
parent eb79db9f89
commit b03b517970
4 changed files with 45 additions and 7 deletions

View File

@@ -1,6 +1,9 @@
// Реэкспорт всех необходимых модулей для использования в браузере (через <script type="module">)
export { EditorState } from "@codemirror/state";
export {
EditorState,
Compartment
} from "@codemirror/state";
export {
EditorView,
lineNumbers,