diff options
| author | codetorso <[email protected]> | 2024-06-18 23:46:14 -0600 |
|---|---|---|
| committer | codetorso <[email protected]> | 2024-06-18 23:46:14 -0600 |
| commit | 770eb99a30e884d4eef8acdcd6556f2e91df7aee (patch) | |
| tree | 5cb8324b9138cdc5d6c0a031f657e50c4c9c1fd4 /apps/web/app/(canvas)/enabledComp.tsx | |
| parent | Create Embeddings for Canvas (diff) | |
| download | supermemory-770eb99a30e884d4eef8acdcd6556f2e91df7aee.tar.xz supermemory-770eb99a30e884d4eef8acdcd6556f2e91df7aee.zip | |
Drag and Drop in Canvas!
Diffstat (limited to 'apps/web/app/(canvas)/enabledComp.tsx')
| -rw-r--r-- | apps/web/app/(canvas)/enabledComp.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/(canvas)/enabledComp.tsx b/apps/web/app/(canvas)/enabledComp.tsx index 5dbe6ee7..85811b82 100644 --- a/apps/web/app/(canvas)/enabledComp.tsx +++ b/apps/web/app/(canvas)/enabledComp.tsx @@ -7,12 +7,12 @@ export const components: Partial<TLUiComponents> = { TopPanel: null, DebugPanel: null, DebugMenu: null, + PageMenu: null, // Minimap: null, // ContextMenu: null, // HelpMenu: null, // ZoomMenu: null, // StylePanel: null, - // PageMenu: null, // NavigationPanel: null, // Toolbar: null, // KeyboardShortcutsDialog: null, |