import AttributeEditor from "./components/AttributeEditor"; import { TabContext } from "./ribbon-interface"; export default function OwnedAttributesTab({ note, notePath, componentId }: TabContext) { return (
{ note && ( )}
) }