diff --git a/src/app/App.tsx b/src/app/App.tsx index c03663e6..79f12d08 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -8553,6 +8553,12 @@ export function App({ store, initialStatusMessage }: AppProps) { testId: "add-menu-box", onSelect: beginBoxCreation }, + { + kind: "action", + label: "Path", + testId: "add-menu-path", + onSelect: handleCreatePath + }, { kind: "group", label: "Entities",