Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
253
export function renderExportNoteWindow(root: HTMLElement, notePath: string): void {
254
ReactDOM.createRoot(root).render(<ExportNoteWindow notePath={notePath} />)
255
}
Callers
1
main.tsx
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected