diff --git a/src/app/App.tsx b/src/app/App.tsx index 745cccc3..a242c725 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -11166,6 +11166,12 @@ export function App({ store, initialStatusMessage }: AppProps) { } ] }, + { + kind: "action", + label: "Terrain", + testId: "add-menu-terrain", + onSelect: handleCreateTerrain + }, { kind: "action", label: "Path",