From 8cd3c3a99df9f4e5f57f44ae0ae3796c33e80336 Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Thu, 2 Apr 2026 18:05:49 +0200 Subject: [PATCH] refactor: wrap routes in LayoutShell layout route Co-Authored-By: Claude Opus 4.6 (1M context) --- src/App.tsx | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 6a04477..93853b4 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -19,7 +19,8 @@ import { buildSearchData } from './mocks/searchData' import { exchanges } from './mocks/exchanges' import { routes } from './mocks/routes' import { agents } from './mocks/agents' -import { SIDEBAR_APPS, buildRouteToAppMap } from './mocks/sidebar' +import { buildRouteToAppMap } from './mocks/sidebar' +import { LayoutShell } from './layout/LayoutShell' const routeToApp = buildRouteToAppMap() @@ -78,21 +79,23 @@ export default function App() { return ( <> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> + }> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } />