MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / renderExportNoteWindow

Function renderExportNoteWindow

apps/web/src/export-window.tsx:253–255  ·  view source on GitHub ↗
(root: HTMLElement, notePath: string)

Source from the content-addressed store, hash-verified

251}
252
253export function renderExportNoteWindow(root: HTMLElement, notePath: string): void {
254 ReactDOM.createRoot(root).render(<ExportNoteWindow notePath={notePath} />)
255}

Callers 1

main.tsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected