import { TabContext } from "./ribbon-interface"; import EditedNotes from "../../widgets/EditedNotes" export default function EditedNotesTab({ note }: TabContext) { const dateNoteLabelValue = note?.getLabelValue("dateNote") || ""; return (