From 48f8de5ea5a346cb4ee2954c20e3b82dad61e907 Mon Sep 17 00:00:00 2001 From: Tom Boullay Date: Wed, 13 May 2026 11:03:17 +0200 Subject: [PATCH] fix: register mission flow docs route --- src/router.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/router.tsx b/src/router.tsx index 3790c02..97fb9da 100644 --- a/src/router.tsx +++ b/src/router.tsx @@ -54,6 +54,7 @@ const docsChildRoutes = [ { path: "architecture", component: DocsArchitectureRoute }, { path: "scene-runtime", component: DocsSceneRuntimeRoute }, { path: "repair-game", component: DocsRepairGameRoute }, + { path: "mission-flow", component: DocsMissionFlowRoute }, { path: "interaction", component: DocsInteractionRoute }, { path: "target-architecture", component: DocsTargetArchitectureRoute }, { path: "technical-editor", component: DocsTechnicalEditorRoute },