chore(react/type_widget): move old widgets

This commit is contained in:
Elian Doran
2025-09-19 17:40:24 +03:00
parent 06bfb0073a
commit 1fb329565f
70 changed files with 15 additions and 12 deletions

View File

@@ -21,8 +21,8 @@ import type LoadResults from "../services/load_results.js";
import type { Attribute } from "../services/attribute_parser.js";
import type NoteTreeWidget from "../widgets/note_tree.js";
import type { default as NoteContext, GetTextEditorCallback } from "./note_context.js";
import type TypeWidget from "../widgets/type_widgets/type_widget.js";
import type EditableTextTypeWidget from "../widgets/type_widgets/editable_text.js";
import type TypeWidget from "../widgets/type_widgets_old/type_widget.js";
import type EditableTextTypeWidget from "../widgets/type_widgets_old/editable_text.js";
import type { NativeImage, TouchBar } from "electron";
import TouchBarComponent from "./touch_bar.js";
import type { CKTextEditor } from "@triliumnext/ckeditor5";