diff --git a/src/ui/CustomContextMenu.tsx b/src/ui/CustomContextMenu.tsx
index 3a287ae..39ab682 100644
--- a/src/ui/CustomContextMenu.tsx
+++ b/src/ui/CustomContextMenu.tsx
@@ -145,6 +145,7 @@ export function CustomContextMenu(props: TLUiContextMenuProps) {
*/}
+
diff --git a/src/ui/components.tsx b/src/ui/components.tsx
index 7cc6785..f42e28b 100644
--- a/src/ui/components.tsx
+++ b/src/ui/components.tsx
@@ -1694,6 +1694,7 @@ export const components: TLComponents = {
tools["ImageGen"],
// tools["VideoGen"], // Temporarily hidden
tools["Multmux"],
+ tools["calendar"],
// MycelialIntelligence moved to permanent floating bar
].filter(tool => tool && tool.kbd)