From 7a28a28fae52e1c00e4b82e35192f683a099c2c1 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 5 Aug 2025 23:10:11 +0000 Subject: [PATCH] Add dashboard and login routes cgen-6a3bbe205af548f7b3897a217fab9b04 --- client/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/App.tsx b/client/App.tsx index 12b11894..4e63efc0 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -26,12 +26,12 @@ const App = () => ( } /> } /> + } /> + } /> {/* Placeholder routes for navigation links */} } /> } /> - } /> - } /> } /> {/* Service routes */}