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

@@ -18,8 +18,8 @@ import sync from "../../services/sync";
import HelpButton from "../react/HelpButton";
import { TabContext } from "./ribbon-interface";
import Modal from "../react/Modal";
import { CodeMimeTypesList } from "../type_widgets/options/code_notes";
import { ContentLanguagesList } from "../type_widgets/options/i18n";
import { CodeMimeTypesList } from "../type_widgets_old/options/code_notes";
import { ContentLanguagesList } from "../type_widgets_old/options/i18n";
export default function BasicPropertiesTab({ note }: TabContext) {
return (