Reorders Inspector sections to: Properties → Relationships → Backlinks → Info → History. Extracts NoteInfoPanel into its own component with Info icon matching other section headers. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
9 lines
514 B
TypeScript
9 lines
514 B
TypeScript
export { DynamicRelationshipsPanel } from './inspector/RelationshipsPanel'
|
|
export { BacklinksPanel } from './inspector/BacklinksPanel'
|
|
export type { BacklinkItem } from './inspector/BacklinksPanel'
|
|
export { ReferencedByPanel } from './inspector/ReferencedByPanel'
|
|
export type { ReferencedByItem } from './inspector/ReferencedByPanel'
|
|
export { GitHistoryPanel } from './inspector/GitHistoryPanel'
|
|
export { InstancesPanel } from './inspector/InstancesPanel'
|
|
export { NoteInfoPanel } from './inspector/NoteInfoPanel'
|