chore(react/type_widget): port content widget

This commit is contained in:
Elian Doran
2025-09-19 21:18:09 +03:00
parent db7cda3fe6
commit daa5ee93e9
31 changed files with 88 additions and 146 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_old/options/code_notes";
import { ContentLanguagesList } from "../type_widgets_old/options/i18n";
import { CodeMimeTypesList } from "../type_widgets/options/code_notes";
import { ContentLanguagesList } from "../type_widgets/options/i18n";
export default function BasicPropertiesTab({ note }: TabContext) {
return (