From 0599ebc4a34b90dbe8ab90187c36403eb8b89490 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Fri, 8 Aug 2025 10:58:52 +0000 Subject: [PATCH] Add Status route to routing configuration cgen-94ab8b27e82b43108aae258a188521ff --- client/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/App.tsx b/client/App.tsx index 643f10e1..88c2630d 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -54,6 +54,7 @@ const App = () => ( } /> } /> } /> + } /> {/* Placeholder routes for navigation links */}