From d8dec1eeb07cb5f8f9dbcef4ab5d739645d111ab Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 13 Apr 2026 21:24:28 +0200 Subject: [PATCH] Add 'Path' option to menu in App.tsx --- src/app/App.tsx | 6 ++++++ 1 file changed, 6 insertions(+) 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",