diff --git a/src/components/LayerUI.tsx b/src/components/LayerUI.tsx index 103b0ef84..bfc95e405 100644 --- a/src/components/LayerUI.tsx +++ b/src/components/LayerUI.tsx @@ -41,6 +41,7 @@ import Stack from "./Stack"; import { ToolButton } from "./ToolButton"; import { Tooltip } from "./Tooltip"; import { UserList } from "./UserList"; +import { MiniMap } from "./MiniMap"; interface LayerUIProps { actionManager: ActionManager; @@ -602,6 +603,7 @@ const LayerUI = ({ > {renderCustomFooter?.(false)} {actionManager.renderAction("toggleShortcuts")} +