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

Function loadEditorModule

packages/app-core/src/App.tsx:37–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35const ASSET_UNDO_SHORTCUT_GRACE_MS = 30_000
36
37function loadEditorModule(): Promise<typeof import('./components/Editor')> {
38 editorModulePromise ??= import('./components/Editor')
39 return editorModulePromise
40}
41
42function loadSearchPaletteModule(): Promise<typeof import('./components/SearchPalette')> {
43 searchPaletteModulePromise ??= import('./components/SearchPalette')

Callers 3

warmupFunction · 0.85
App.tsxFile · 0.85
AppFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected