aboutsummaryrefslogtreecommitdiff
path: root/apps/web/app/(canvas)/enabledComp.tsx
blob: 5dbe6ee74db420853731019ac7405bdf00c05517 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
import { TLUiComponents } from "tldraw";

export const components: Partial<TLUiComponents> = {
  ActionsMenu: null,
  MainMenu: null,
  QuickActions: null,
  TopPanel: null,
  DebugPanel: null,
  DebugMenu: null,
  // Minimap: null,
  // ContextMenu: null,
  // HelpMenu: null,
  // ZoomMenu: null,
  // StylePanel: null,
  // PageMenu: null,
  // NavigationPanel: null,
  // Toolbar: null,
  // KeyboardShortcutsDialog: null,
  // HelperButtons: null,
  // SharePanel: null,
  // MenuPanel: null,
};