Files
Trilium/apps/client/src/widgets/PromotedAttributes.tsx

4 lines
96 B
TypeScript
Raw Normal View History

export default function PromotedAttributes() {
return <p>Promoted attributes go here.</p>
}