From 150d62982856648b79246a14a1c0d768800e5a8b Mon Sep 17 00:00:00 2001 From: Nico Arqueros Date: Thu, 9 Jan 2025 15:31:17 -0600 Subject: [PATCH] fix? --- apps/shinkai-desktop/src/routes/index.tsx | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/apps/shinkai-desktop/src/routes/index.tsx b/apps/shinkai-desktop/src/routes/index.tsx index 131735204..2464b8378 100644 --- a/apps/shinkai-desktop/src/routes/index.tsx +++ b/apps/shinkai-desktop/src/routes/index.tsx @@ -330,10 +330,20 @@ const AppRoutes = () => { } path={'tools'} > - } index /> - } path={':toolKey'} /> - } path={'create'} /> - } path={'edit/:toolRouterKey'} /> + + + + + + + + }> + } index /> + } path={':toolKey'} /> + } path={'create'} /> + } path={'edit/:toolRouterKey'} /> +